#CB6045

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

Shades of Dark Coral #CB6045

Tints of Dark Coral #CB6045

Color information

#CB6045 (or 0xCB6045) is unknown color: approx Dark Coral. HEX triplet: CB, 60 and 45. RGB value is (203,96,69). Sum of RGB (Red+Green+Blue) = 203+96+69=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6045 is #349FBA. Grayscale: #7D7D7D. Windows color (decimal): -3448763 or 4546763. OLE color: 4546763.

HSL color Cylindrical-coordinate representation of color #CB6045: hue angle of 12.09º 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 #CB6045 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2039669-
CMYK00.530.660.20
HSL12.09º56.3%53.33%-
HSV(B)12.09º66.01%79.61%-
XYZ29.8921.498.2-
YUV124.9296.45183.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=55.16%
G=26.09%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203966900.530.660.2012.0956.353.33
HexCB60450354214c3835
Octal31314010506510224147065
Binary110010111100000100010101101011000010101001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6045; }

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

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

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

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

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

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

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

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