#CB6049

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

Shades of Dark Coral #CB6049

Tints of Dark Coral #CB6049

Color information

#CB6049 (or 0xCB6049) is unknown color: approx Dark Coral. HEX triplet: CB, 60 and 49. RGB value is (203,96,73). Sum of RGB (Red+Green+Blue) = 203+96+73=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6049 is #349FB6. Grayscale: #7D7D7D. Windows color (decimal): -3448759 or 4808907. OLE color: 4808907.

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

Color convert

RGB2039673-
CMYK00.530.640.20
HSL10.62º55.56%54.12%-
HSV(B)10.62º64.04%79.61%-
XYZ30.0121.548.88-
YUV125.3798.45183.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.57%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 73 (28.91% from 255) = 19.62%
R=54.57%
G=25.81%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203967300.530.640.2010.6255.5654.12
HexCB60490354014b3836
Octal31314011106510024137066
Binary110010111100000100100101101011000000101001011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6049; }

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

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

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

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

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

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

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

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