#CB6145

Color #CB6145 Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CB6145

Tints of Dark Coral #CB6145

Color information

#CB6145 (or 0xCB6145) is unknown color: approx Dark Coral. HEX triplet: CB, 61 and 45. RGB value is (203,97,69). Sum of RGB (Red+Green+Blue) = 203+97+69=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6145 is #349EBA. Grayscale: #7D7D7D. Windows color (decimal): -3448507 or 4547019. OLE color: 4547019.

HSL color Cylindrical-coordinate representation of color #CB6145: hue angle of 12.54º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB6145 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2039769-
CMYK00.520.660.20
HSL12.54º56.3%53.33%-
HSV(B)12.54º66.01%79.61%-
XYZ29.9821.688.23-
YUV125.596.12183.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 97 (38.28% from 255) = 26.29%
BLUE value IS 69 (27.34% from 255) = 18.70%
R=55.01%
G=26.29%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203976900.520.660.2012.5456.353.33
HexCB61450344214d3835
Octal31314110506410224157065
Binary110010111100001100010101101001000010101001101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6145; }

 p { color: rgb(203,97,69); }

 H1.HeaderClassName
 {
   color: #CB6145;
 }
 .AnyTagClassName
 {
   color: #CB6145;
 }
</style>
background-color css

<style>
 a { background-color: #CB6145; }

 a { background-color: rgb(203,97,69); }

 div.DivClassName
 {
   background-color: #CB6145;
 }
 .BgClassName
 {
   background-color: #CB6145;
 }
</style>
border-color css

<style>
 span { border-color: #CB6145; }

 span { border-color: rgb(203,97,69); }

 td.TdClassName
 {
   border-color: #CB6145;
 }
 .TagClassName
 {
   border-color: #CB6145;
 }
</style>