Shades of Dark Coral #CF5143
Tints of Dark Coral #CF5143
RGB
CMYK
RGB Variations
Color information
#CF5143 (or 0xCF5143) is known color: Dark Coral. HEX triplet: CF, 51 and 43. RGB value is (207,81,67). Sum of RGB (Red+Green+Blue) = 207+81+67=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5143 is #30AEBC. Grayscale: #757575. Windows color (decimal): -3190461 or 4411855. OLE color: 4411855.
HSL color Cylindrical-coordinate representation of color #CF5143: hue angle of 6º 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 #CF5143 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 67 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.19 |
| HSL | 6º | 0.59% | 0.54% | - |
| HSV(B) | 6º | 0.68% | 0.81% | - |
| XYZ | 29.69 | 19.56 | 7.52 | - |
| YUV | 117.08 | 99.74 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 67 | 0 | 0.61 | 0.68 | 0.19 | 6 | 0.59 | 0.54 |
| Hex | CF | 51 | 43 | 0 | 3D | 44 | 13 | 6 | 3B | 36 |
| Octal | 317 | 121 | 103 | 0 | 75 | 104 | 23 | 6 | 73 | 66 |
| Binary | 11001111 | 1010001 | 1000011 | 0 | 111101 | 1000100 | 10011 | 110 | 111011 | 110110 |
Color Harmonies of #CF5143
Complementary color
Monochromatic Colors of #CF5143
Black with #CF5143
Text Example
Text Example
White with #CF5143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5143; }
p { color: rgb(207,81,67); }
H1.HeaderClassName
{
color: #CF5143;
}
.AnyTagClassName
{
color: #CF5143;
}
</style>
background-color css
<style>
a { background-color: #CF5143; }
a { background-color: rgb(207,81,67); }
div.DivClassName
{
background-color: #CF5143;
}
.BgClassName
{
background-color: #CF5143;
}
</style>
border-color css
<style>
span { border-color: #CF5143; }
span { border-color: rgb(207,81,67); }
td.TdClassName
{
border-color: #CF5143;
}
.TagClassName
{
border-color: #CF5143;
}
</style>