#CB5A4C

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

Shades of Dark Coral #CB5A4C

Tints of Dark Coral #CB5A4C

Color information

#CB5A4C (or 0xCB5A4C) is unknown color: approx Dark Coral. HEX triplet: CB, 5A and 4C. RGB value is (203,90,76). Sum of RGB (Red+Green+Blue) = 203+90+76=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A4C is #34A5B3. Grayscale: #7A7A7A. Windows color (decimal): -3450292 or 5003979. OLE color: 5003979.

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

Color convert

RGB2039076-
CMYK00.560.630.20
HSL6.61º54.98%54.71%-
HSV(B)6.61º62.56%79.61%-
XYZ29.5920.539.24-
YUV122.19101.94185.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.01%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=55.01%
G=24.39%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203907600.560.630.206.6154.9854.71
HexCB5A4C0383F1473737
Octal313132114070772476767
Binary1100101110110101001100011100011111110100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A4C; }

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

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

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

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

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

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

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

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