Shades of Dark Coral #CF5145
Tints of Dark Coral #CF5145
RGB
CMYK
RGB Variations
Color information
#CF5145 (or 0xCF5145) is known color: Dark Coral. HEX triplet: CF, 51 and 45. RGB value is (207,81,69). Sum of RGB (Red+Green+Blue) = 207+81+69=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5145 is #30AEBA. Grayscale: #757575. Windows color (decimal): -3190459 or 4542927. OLE color: 4542927.
HSL color Cylindrical-coordinate representation of color #CF5145: hue angle of 5.22º 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 #CF5145 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 81 | 69 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.19 |
| HSL | 5.22º | 0.59% | 0.54% | - |
| HSV(B) | 5.22º | 0.67% | 0.81% | - |
| XYZ | 29.75 | 19.58 | 7.84 | - |
| YUV | 117.31 | 100.74 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 69 | 0 | 0.61 | 0.67 | 0.19 | 5.22 | 0.59 | 0.54 |
| Hex | CF | 51 | 45 | 0 | 3D | 43 | 13 | 5 | 3B | 36 |
| Octal | 317 | 121 | 105 | 0 | 75 | 103 | 23 | 5 | 73 | 66 |
| Binary | 11001111 | 1010001 | 1000101 | 0 | 111101 | 1000011 | 10011 | 101 | 111011 | 110110 |
Color Harmonies of #CF5145
Complementary color
Monochromatic Colors of #CF5145
Black with #CF5145
Text Example
Text Example
White with #CF5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5145; }
p { color: rgb(207,81,69); }
H1.HeaderClassName
{
color: #CF5145;
}
.AnyTagClassName
{
color: #CF5145;
}
</style>
background-color css
<style>
a { background-color: #CF5145; }
a { background-color: rgb(207,81,69); }
div.DivClassName
{
background-color: #CF5145;
}
.BgClassName
{
background-color: #CF5145;
}
</style>
border-color css
<style>
span { border-color: #CF5145; }
span { border-color: rgb(207,81,69); }
td.TdClassName
{
border-color: #CF5145;
}
.TagClassName
{
border-color: #CF5145;
}
</style>