Shades of Dark Coral #CF6447
Tints of Dark Coral #CF6447
RGB
CMYK
RGB Variations
Color information
#CF6447 (or 0xCF6447) is known color: Dark Coral. HEX triplet: CF, 64 and 47. RGB value is (207,100,71). Sum of RGB (Red+Green+Blue) = 207+100+71=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 71 (28.12% from 255 or 18.78% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6447 is #309BB8. Grayscale: #808080. Windows color (decimal): -3185593 or 4678863. OLE color: 4678863.
HSL color Cylindrical-coordinate representation of color #CF6447: hue angle of 12.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF6447 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 71 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.19 |
| HSL | 12.79º | 0.59% | 0.55% | - |
| HSV(B) | 12.79º | 0.66% | 0.81% | - |
| XYZ | 31.43 | 22.83 | 8.71 | - |
| YUV | 128.69 | 95.45 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 71 | 0 | 0.52 | 0.66 | 0.19 | 12.79 | 0.59 | 0.55 |
| Hex | CF | 64 | 47 | 0 | 34 | 42 | 13 | D | 3B | 37 |
| Octal | 317 | 144 | 107 | 0 | 64 | 102 | 23 | 15 | 73 | 67 |
| Binary | 11001111 | 1100100 | 1000111 | 0 | 110100 | 1000010 | 10011 | 1101 | 111011 | 110111 |
Color Harmonies of #CF6447
Complementary color
Monochromatic Colors of #CF6447
Black with #CF6447
Text Example
Text Example
White with #CF6447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6447; }
p { color: rgb(207,100,71); }
H1.HeaderClassName
{
color: #CF6447;
}
.AnyTagClassName
{
color: #CF6447;
}
</style>
background-color css
<style>
a { background-color: #CF6447; }
a { background-color: rgb(207,100,71); }
div.DivClassName
{
background-color: #CF6447;
}
.BgClassName
{
background-color: #CF6447;
}
</style>
border-color css
<style>
span { border-color: #CF6447; }
span { border-color: rgb(207,100,71); }
td.TdClassName
{
border-color: #CF6447;
}
.TagClassName
{
border-color: #CF6447;
}
</style>