#CB5C49

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

Shades of Dark Coral #CB5C49

Tints of Dark Coral #CB5C49

Color information

#CB5C49 (or 0xCB5C49) is unknown color: approx Dark Coral. HEX triplet: CB, 5C and 49. RGB value is (203,92,73). Sum of RGB (Red+Green+Blue) = 203+92+73=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5C49 is #34A3B6. Grayscale: #7B7B7B. Windows color (decimal): -3449783 or 4807883. OLE color: 4807883.

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

Color convert

RGB2039273-
CMYK00.550.640.20
HSL8.77º55.56%54.12%-
HSV(B)8.77º64.04%79.61%-
XYZ29.6620.838.76-
YUV123.0299.77185.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.16%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 73 (28.91% from 255) = 19.84%
R=55.16%
G=25%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203927300.550.640.208.7755.5654.12
HexCB5C49037401493836
Octal31313411106710024117066
Binary110010111011100100100101101111000000101001001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C49; }

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

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

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

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

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

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

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

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