Shades of Dark Coral #CF5A41
Tints of Dark Coral #CF5A41
RGB
CMYK
RGB Variations
Color information
#CF5A41 (or 0xCF5A41) is known color: Dark Coral. HEX triplet: CF, 5A and 41. RGB value is (207,90,65). Sum of RGB (Red+Green+Blue) = 207+90+65=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A41 is #30A5BE. Grayscale: #7A7A7A. Windows color (decimal): -3188159 or 4283087. OLE color: 4283087.
HSL color Cylindrical-coordinate representation of color #CF5A41: hue angle of 10.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5A41 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 65 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.19 |
| HSL | 10.56º | 0.6% | 0.53% | - |
| HSV(B) | 10.56º | 0.69% | 0.81% | - |
| XYZ | 30.34 | 20.96 | 7.45 | - |
| YUV | 122.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 65 | 0 | 0.57 | 0.69 | 0.19 | 10.56 | 0.6 | 0.53 |
| Hex | CF | 5A | 41 | 0 | 39 | 45 | 13 | B | 3C | 35 |
| Octal | 317 | 132 | 101 | 0 | 71 | 105 | 23 | 13 | 74 | 65 |
| Binary | 11001111 | 1011010 | 1000001 | 0 | 111001 | 1000101 | 10011 | 1011 | 111100 | 110101 |
Color Harmonies of #CF5A41
Complementary color
Monochromatic Colors of #CF5A41
Black with #CF5A41
Text Example
Text Example
White with #CF5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A41; }
p { color: rgb(207,90,65); }
H1.HeaderClassName
{
color: #CF5A41;
}
.AnyTagClassName
{
color: #CF5A41;
}
</style>
background-color css
<style>
a { background-color: #CF5A41; }
a { background-color: rgb(207,90,65); }
div.DivClassName
{
background-color: #CF5A41;
}
.BgClassName
{
background-color: #CF5A41;
}
</style>
border-color css
<style>
span { border-color: #CF5A41; }
span { border-color: rgb(207,90,65); }
td.TdClassName
{
border-color: #CF5A41;
}
.TagClassName
{
border-color: #CF5A41;
}
</style>