Shades of Dark Coral #CF5542
Tints of Dark Coral #CF5542
RGB
CMYK
RGB Variations
Color information
#CF5542 (or 0xCF5542) is known color: Dark Coral. HEX triplet: CF, 55 and 42. RGB value is (207,85,66). Sum of RGB (Red+Green+Blue) = 207+85+66=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5542 is #30AABD. Grayscale: #777777. Windows color (decimal): -3189438 or 4347343. OLE color: 4347343.
HSL color Cylindrical-coordinate representation of color #CF5542: hue angle of 8.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF5542 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 66 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.19 |
| HSL | 8.09º | 0.59% | 0.54% | - |
| HSV(B) | 8.09º | 0.68% | 0.81% | - |
| XYZ | 29.96 | 20.16 | 7.47 | - |
| YUV | 119.31 | 97.92 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 66 | 0 | 0.59 | 0.68 | 0.19 | 8.09 | 0.59 | 0.54 |
| Hex | CF | 55 | 42 | 0 | 3B | 44 | 13 | 8 | 3B | 36 |
| Octal | 317 | 125 | 102 | 0 | 73 | 104 | 23 | 10 | 73 | 66 |
| Binary | 11001111 | 1010101 | 1000010 | 0 | 111011 | 1000100 | 10011 | 1000 | 111011 | 110110 |
Color Harmonies of #CF5542
Complementary color
Monochromatic Colors of #CF5542
Black with #CF5542
Text Example
Text Example
White with #CF5542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5542; }
p { color: rgb(207,85,66); }
H1.HeaderClassName
{
color: #CF5542;
}
.AnyTagClassName
{
color: #CF5542;
}
</style>
background-color css
<style>
a { background-color: #CF5542; }
a { background-color: rgb(207,85,66); }
div.DivClassName
{
background-color: #CF5542;
}
.BgClassName
{
background-color: #CF5542;
}
</style>
border-color css
<style>
span { border-color: #CF5542; }
span { border-color: rgb(207,85,66); }
td.TdClassName
{
border-color: #CF5542;
}
.TagClassName
{
border-color: #CF5542;
}
</style>