#cb5e4c

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

Shades of Dark Coral #CB5E4C

Tints of Dark Coral #CB5E4C

Color information

#CB5E4C (or 0xCB5E4C) is unknown color: approx Dark Coral. HEX triplet: CB, 5E and 4C. RGB value is (203,94,76). Sum of RGB (Red+Green+Blue) = 203+94+76=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E4C is #34A1B3. Grayscale: #7C7C7C. Windows color (decimal): -3449268 or 5005003. OLE color: 5005003.

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

Color convert

RGB2039476-
CMYK00.540.630.20
HSL8.5º54.98%54.71%-
HSV(B)8.5º62.56%79.61%-
XYZ29.9421.229.36-
YUV124.54100.61183.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.42%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=54.42%
G=25.20%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203947600.540.630.208.554.9854.71
HexCB5E4C0363F1493737
Octal3131361140667724116767
Binary11001011101111010011000110110111111101001001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5e4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5e4c; }

 p { color: rgb(203,94,76); }

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

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

 a { background-color: rgb(203,94,76); }

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

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

 span { border-color: rgb(203,94,76); }

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