Shades of Dark Coral #CF6248
Tints of Dark Coral #CF6248
RGB
CMYK
RGB Variations
Color information
#CF6248 (or 0xCF6248) is known color: Dark Coral. HEX triplet: CF, 62 and 48. RGB value is (207,98,72). Sum of RGB (Red+Green+Blue) = 207+98+72=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6248 is #309DB7. Grayscale: #7F7F7F. Windows color (decimal): -3186104 or 4743887. OLE color: 4743887.
HSL color Cylindrical-coordinate representation of color #CF6248: hue angle of 11.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF6248 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 72 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.19 |
| HSL | 11.56º | 0.58% | 0.55% | - |
| HSV(B) | 11.56º | 0.65% | 0.81% | - |
| XYZ | 31.27 | 22.47 | 8.82 | - |
| YUV | 127.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 72 | 0 | 0.53 | 0.65 | 0.19 | 11.56 | 0.58 | 0.55 |
| Hex | CF | 62 | 48 | 0 | 35 | 41 | 13 | C | 3A | 37 |
| Octal | 317 | 142 | 110 | 0 | 65 | 101 | 23 | 14 | 72 | 67 |
| Binary | 11001111 | 1100010 | 1001000 | 0 | 110101 | 1000001 | 10011 | 1100 | 111010 | 110111 |
Color Harmonies of #CF6248
Complementary color
Monochromatic Colors of #CF6248
Black with #CF6248
Text Example
Text Example
White with #CF6248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6248; }
p { color: rgb(207,98,72); }
H1.HeaderClassName
{
color: #CF6248;
}
.AnyTagClassName
{
color: #CF6248;
}
</style>
background-color css
<style>
a { background-color: #CF6248; }
a { background-color: rgb(207,98,72); }
div.DivClassName
{
background-color: #CF6248;
}
.BgClassName
{
background-color: #CF6248;
}
</style>
border-color css
<style>
span { border-color: #CF6248; }
span { border-color: rgb(207,98,72); }
td.TdClassName
{
border-color: #CF6248;
}
.TagClassName
{
border-color: #CF6248;
}
</style>