Shades of Dark Coral #CF5E41
Tints of Dark Coral #CF5E41
RGB
CMYK
RGB Variations
Color information
#CF5E41 (or 0xCF5E41) is known color: Dark Coral. HEX triplet: CF, 5E and 41. RGB value is (207,94,65). Sum of RGB (Red+Green+Blue) = 207+94+65=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5E41 is #30A1BE. Grayscale: #7C7C7C. Windows color (decimal): -3187135 or 4284111. OLE color: 4284111.
HSL color Cylindrical-coordinate representation of color #CF5E41: hue angle of 12.25º 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 #CF5E41 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 65 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.19 |
| HSL | 12.25º | 0.6% | 0.53% | - |
| HSV(B) | 12.25º | 0.69% | 0.81% | - |
| XYZ | 30.69 | 21.65 | 7.56 | - |
| YUV | 124.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 65 | 0 | 0.55 | 0.69 | 0.19 | 12.25 | 0.6 | 0.53 |
| Hex | CF | 5E | 41 | 0 | 37 | 45 | 13 | C | 3C | 35 |
| Octal | 317 | 136 | 101 | 0 | 67 | 105 | 23 | 14 | 74 | 65 |
| Binary | 11001111 | 1011110 | 1000001 | 0 | 110111 | 1000101 | 10011 | 1100 | 111100 | 110101 |
Color Harmonies of #CF5E41
Complementary color
Monochromatic Colors of #CF5E41
Black with #CF5E41
Text Example
Text Example
White with #CF5E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E41; }
p { color: rgb(207,94,65); }
H1.HeaderClassName
{
color: #CF5E41;
}
.AnyTagClassName
{
color: #CF5E41;
}
</style>
background-color css
<style>
a { background-color: #CF5E41; }
a { background-color: rgb(207,94,65); }
div.DivClassName
{
background-color: #CF5E41;
}
.BgClassName
{
background-color: #CF5E41;
}
</style>
border-color css
<style>
span { border-color: #CF5E41; }
span { border-color: rgb(207,94,65); }
td.TdClassName
{
border-color: #CF5E41;
}
.TagClassName
{
border-color: #CF5E41;
}
</style>