Shades of Dark Coral #CF5144
Tints of Dark Coral #CF5144
RGB
CMYK
RGB Variations
Color information
#CF5144 (or 0xCF5144) is known color: Dark Coral. HEX triplet: CF, 51 and 44. RGB value is (207,81,68). Sum of RGB (Red+Green+Blue) = 207+81+68=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5144 is #30AEBB. Grayscale: #757575. Windows color (decimal): -3190460 or 4477391. OLE color: 4477391.
HSL color Cylindrical-coordinate representation of color #CF5144: hue angle of 5.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF5144 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 68 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.19 |
| HSL | 5.61º | 0.59% | 0.54% | - |
| HSV(B) | 5.61º | 0.67% | 0.81% | - |
| XYZ | 29.72 | 19.57 | 7.68 | - |
| YUV | 117.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 68 | 0 | 0.61 | 0.67 | 0.19 | 5.61 | 0.59 | 0.54 |
| Hex | CF | 51 | 44 | 0 | 3D | 43 | 13 | 6 | 3B | 36 |
| Octal | 317 | 121 | 104 | 0 | 75 | 103 | 23 | 6 | 73 | 66 |
| Binary | 11001111 | 1010001 | 1000100 | 0 | 111101 | 1000011 | 10011 | 110 | 111011 | 110110 |
Color Harmonies of #CF5144
Complementary color
Monochromatic Colors of #CF5144
Black with #CF5144
Text Example
Text Example
White with #CF5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5144; }
p { color: rgb(207,81,68); }
H1.HeaderClassName
{
color: #CF5144;
}
.AnyTagClassName
{
color: #CF5144;
}
</style>
background-color css
<style>
a { background-color: #CF5144; }
a { background-color: rgb(207,81,68); }
div.DivClassName
{
background-color: #CF5144;
}
.BgClassName
{
background-color: #CF5144;
}
</style>
border-color css
<style>
span { border-color: #CF5144; }
span { border-color: rgb(207,81,68); }
td.TdClassName
{
border-color: #CF5144;
}
.TagClassName
{
border-color: #CF5144;
}
</style>