#CB5A4D

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

Shades of Dark Coral #CB5A4D

Tints of Dark Coral #CB5A4D

Color information

#CB5A4D (or 0xCB5A4D) is unknown color: approx Dark Coral. HEX triplet: CB, 5A and 4D. RGB value is (203,90,77). Sum of RGB (Red+Green+Blue) = 203+90+77=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A4D is #34A5B2. Grayscale: #7A7A7A. Windows color (decimal): -3450291 or 5069515. OLE color: 5069515.

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

Color convert

RGB2039077-
CMYK00.560.620.20
HSL6.19º54.78%54.9%-
HSV(B)6.19º62.07%79.61%-
XYZ29.6220.549.43-
YUV122.3102.44185.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=54.86%
G=24.32%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203907700.560.620.206.1954.7854.9
HexCB5A4D0383E1463737
Octal313132115070762466767
Binary1100101110110101001101011100011111010100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A4D; }

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

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

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

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

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

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

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

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