Shades of Dark Coral #CB594C
Tints of Dark Coral #CB594C
RGB
CMYK
RGB Variations
Color information
#CB594C (or 0xCB594C) is known color: Dark Coral. HEX triplet: CB, 59 and 4C. RGB value is (203,89,76). Sum of RGB (Red+Green+Blue) = 203+89+76=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB594C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB594C is #34A6B3. Grayscale: #797979. Windows color (decimal): -3450548 or 5003723. OLE color: 5003723.
HSL color Cylindrical-coordinate representation of color #CB594C: hue angle of 6.14º 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 #CB594C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 76 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.20 |
| HSL | 6.14º | 0.55% | 0.55% | - |
| HSV(B) | 6.14º | 0.63% | 0.8% | - |
| XYZ | 29.51 | 20.36 | 9.21 | - |
| YUV | 121.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 76 | 0 | 0.56 | 0.63 | 0.20 | 6.14 | 0.55 | 0.55 |
| Hex | CB | 59 | 4C | 0 | 38 | 3F | 14 | 6 | 37 | 37 |
| Octal | 313 | 131 | 114 | 0 | 70 | 77 | 24 | 6 | 67 | 67 |
| Binary | 11001011 | 1011001 | 1001100 | 0 | 111000 | 111111 | 10100 | 110 | 110111 | 110111 |
Color Harmonies of #CB594C
Complementary color
Monochromatic Colors of #CB594C
Black with #CB594C
Text Example
Text Example
White with #CB594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB594C; }
p { color: rgb(203,89,76); }
H1.HeaderClassName
{
color: #CB594C;
}
.AnyTagClassName
{
color: #CB594C;
}
</style>
background-color css
<style>
a { background-color: #CB594C; }
a { background-color: rgb(203,89,76); }
div.DivClassName
{
background-color: #CB594C;
}
.BgClassName
{
background-color: #CB594C;
}
</style>
border-color css
<style>
span { border-color: #CB594C; }
span { border-color: rgb(203,89,76); }
td.TdClassName
{
border-color: #CB594C;
}
.TagClassName
{
border-color: #CB594C;
}
</style>