Shades of Dark Coral #CB593F
Tints of Dark Coral #CB593F
RGB
CMYK
RGB Variations
Color information
#CB593F (or 0xCB593F) is known color: Dark Coral. HEX triplet: CB, 59 and 3F. RGB value is (203,89,63). Sum of RGB (Red+Green+Blue) = 203+89+63=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB593F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB593F is #34A6C0. Grayscale: #787878. Windows color (decimal): -3450561 or 4151755. OLE color: 4151755.
HSL color Cylindrical-coordinate representation of color #CB593F: hue angle of 11.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB593F is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 63 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.20 |
| HSL | 11.14º | 0.57% | 0.52% | - |
| HSV(B) | 11.14º | 0.69% | 0.8% | - |
| XYZ | 29.1 | 20.2 | 7.07 | - |
| YUV | 120.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 63 | 0 | 0.56 | 0.69 | 0.20 | 11.14 | 0.57 | 0.52 |
| Hex | CB | 59 | 3F | 0 | 38 | 45 | 14 | B | 39 | 34 |
| Octal | 313 | 131 | 77 | 0 | 70 | 105 | 24 | 13 | 71 | 64 |
| Binary | 11001011 | 1011001 | 111111 | 0 | 111000 | 1000101 | 10100 | 1011 | 111001 | 110100 |
Color Harmonies of #CB593F
Complementary color
Monochromatic Colors of #CB593F
Black with #CB593F
Text Example
Text Example
White with #CB593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB593F; }
p { color: rgb(203,89,63); }
H1.HeaderClassName
{
color: #CB593F;
}
.AnyTagClassName
{
color: #CB593F;
}
</style>
background-color css
<style>
a { background-color: #CB593F; }
a { background-color: rgb(203,89,63); }
div.DivClassName
{
background-color: #CB593F;
}
.BgClassName
{
background-color: #CB593F;
}
</style>
border-color css
<style>
span { border-color: #CB593F; }
span { border-color: rgb(203,89,63); }
td.TdClassName
{
border-color: #CB593F;
}
.TagClassName
{
border-color: #CB593F;
}
</style>