Shades of Dark Coral #CF4C41
Tints of Dark Coral #CF4C41
RGB
CMYK
RGB Variations
Color information
#CF4C41 (or 0xCF4C41) is known color: Dark Coral. HEX triplet: CF, 4C and 41. RGB value is (207,76,65). Sum of RGB (Red+Green+Blue) = 207+76+65=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C41 is #30B3BE. Grayscale: #727272. Windows color (decimal): -3191743 or 4279503. OLE color: 4279503.
HSL color Cylindrical-coordinate representation of color #CF4C41: hue angle of 4.65º 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 #CF4C41 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 65 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.19 |
| HSL | 4.65º | 0.6% | 0.53% | - |
| HSV(B) | 4.65º | 0.69% | 0.81% | - |
| XYZ | 29.27 | 18.82 | 7.09 | - |
| YUV | 113.92 | 100.4 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 65 | 0 | 0.63 | 0.69 | 0.19 | 4.65 | 0.6 | 0.53 |
| Hex | CF | 4C | 41 | 0 | 3F | 45 | 13 | 5 | 3C | 35 |
| Octal | 317 | 114 | 101 | 0 | 77 | 105 | 23 | 5 | 74 | 65 |
| Binary | 11001111 | 1001100 | 1000001 | 0 | 111111 | 1000101 | 10011 | 101 | 111100 | 110101 |
Color Harmonies of #CF4C41
Complementary color
Monochromatic Colors of #CF4C41
Black with #CF4C41
Text Example
Text Example
White with #CF4C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C41; }
p { color: rgb(207,76,65); }
H1.HeaderClassName
{
color: #CF4C41;
}
.AnyTagClassName
{
color: #CF4C41;
}
</style>
background-color css
<style>
a { background-color: #CF4C41; }
a { background-color: rgb(207,76,65); }
div.DivClassName
{
background-color: #CF4C41;
}
.BgClassName
{
background-color: #CF4C41;
}
</style>
border-color css
<style>
span { border-color: #CF4C41; }
span { border-color: rgb(207,76,65); }
td.TdClassName
{
border-color: #CF4C41;
}
.TagClassName
{
border-color: #CF4C41;
}
</style>