Shades of Dark Coral #CF5D41
Tints of Dark Coral #CF5D41
RGB
CMYK
RGB Variations
Color information
#CF5D41 (or 0xCF5D41) is known color: Dark Coral. HEX triplet: CF, 5D and 41. RGB value is (207,93,65). Sum of RGB (Red+Green+Blue) = 207+93+65=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D41 is #30A2BE. Grayscale: #7C7C7C. Windows color (decimal): -3187391 or 4283855. OLE color: 4283855.
HSL color Cylindrical-coordinate representation of color #CF5D41: hue angle of 11.83º 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 #CF5D41 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 65 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.19 |
| HSL | 11.83º | 0.6% | 0.53% | - |
| HSV(B) | 11.83º | 0.69% | 0.81% | - |
| XYZ | 30.6 | 21.48 | 7.53 | - |
| YUV | 123.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 65 | 0 | 0.55 | 0.69 | 0.19 | 11.83 | 0.6 | 0.53 |
| Hex | CF | 5D | 41 | 0 | 37 | 45 | 13 | C | 3C | 35 |
| Octal | 317 | 135 | 101 | 0 | 67 | 105 | 23 | 14 | 74 | 65 |
| Binary | 11001111 | 1011101 | 1000001 | 0 | 110111 | 1000101 | 10011 | 1100 | 111100 | 110101 |
Color Harmonies of #CF5D41
Complementary color
Monochromatic Colors of #CF5D41
Black with #CF5D41
Text Example
Text Example
White with #CF5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D41; }
p { color: rgb(207,93,65); }
H1.HeaderClassName
{
color: #CF5D41;
}
.AnyTagClassName
{
color: #CF5D41;
}
</style>
background-color css
<style>
a { background-color: #CF5D41; }
a { background-color: rgb(207,93,65); }
div.DivClassName
{
background-color: #CF5D41;
}
.BgClassName
{
background-color: #CF5D41;
}
</style>
border-color css
<style>
span { border-color: #CF5D41; }
span { border-color: rgb(207,93,65); }
td.TdClassName
{
border-color: #CF5D41;
}
.TagClassName
{
border-color: #CF5D41;
}
</style>