Shades of Dark Coral #CB5842
Tints of Dark Coral #CB5842
RGB
CMYK
RGB Variations
Color information
#CB5842 (or 0xCB5842) is known color: Dark Coral. HEX triplet: CB, 58 and 42. RGB value is (203,88,66). Sum of RGB (Red+Green+Blue) = 203+88+66=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5842 is #34A7BD. Grayscale: #787878. Windows color (decimal): -3450814 or 4348107. OLE color: 4348107.
HSL color Cylindrical-coordinate representation of color #CB5842: hue angle of 9.64º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB5842 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 66 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.20 |
| HSL | 9.64º | 0.57% | 0.53% | - |
| HSV(B) | 9.64º | 0.67% | 0.8% | - |
| XYZ | 29.1 | 20.07 | 7.49 | - |
| YUV | 119.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 66 | 0 | 0.57 | 0.67 | 0.20 | 9.64 | 0.57 | 0.53 |
| Hex | CB | 58 | 42 | 0 | 39 | 43 | 14 | A | 39 | 35 |
| Octal | 313 | 130 | 102 | 0 | 71 | 103 | 24 | 12 | 71 | 65 |
| Binary | 11001011 | 1011000 | 1000010 | 0 | 111001 | 1000011 | 10100 | 1010 | 111001 | 110101 |
Color Harmonies of #CB5842
Complementary color
Monochromatic Colors of #CB5842
Black with #CB5842
Text Example
Text Example
White with #CB5842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5842; }
p { color: rgb(203,88,66); }
H1.HeaderClassName
{
color: #CB5842;
}
.AnyTagClassName
{
color: #CB5842;
}
</style>
background-color css
<style>
a { background-color: #CB5842; }
a { background-color: rgb(203,88,66); }
div.DivClassName
{
background-color: #CB5842;
}
.BgClassName
{
background-color: #CB5842;
}
</style>
border-color css
<style>
span { border-color: #CB5842; }
span { border-color: rgb(203,88,66); }
td.TdClassName
{
border-color: #CB5842;
}
.TagClassName
{
border-color: #CB5842;
}
</style>