Shades of Dark Coral #CF6349
Tints of Dark Coral #CF6349
RGB
CMYK
RGB Variations
Color information
#CF6349 (or 0xCF6349) is known color: Dark Coral. HEX triplet: CF, 63 and 49. RGB value is (207,99,73). Sum of RGB (Red+Green+Blue) = 207+99+73=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6349 is #309CB6. Grayscale: #808080. Windows color (decimal): -3185847 or 4809679. OLE color: 4809679.
HSL color Cylindrical-coordinate representation of color #CF6349: hue angle of 11.64º 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 #CF6349 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 73 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.19 |
| HSL | 11.64º | 0.58% | 0.55% | - |
| HSV(B) | 11.64º | 0.65% | 0.81% | - |
| XYZ | 31.4 | 22.67 | 9.02 | - |
| YUV | 128.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 73 | 0 | 0.52 | 0.65 | 0.19 | 11.64 | 0.58 | 0.55 |
| Hex | CF | 63 | 49 | 0 | 34 | 41 | 13 | C | 3A | 37 |
| Octal | 317 | 143 | 111 | 0 | 64 | 101 | 23 | 14 | 72 | 67 |
| Binary | 11001111 | 1100011 | 1001001 | 0 | 110100 | 1000001 | 10011 | 1100 | 111010 | 110111 |
Color Harmonies of #CF6349
Complementary color
Monochromatic Colors of #CF6349
Black with #CF6349
Text Example
Text Example
White with #CF6349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6349; }
p { color: rgb(207,99,73); }
H1.HeaderClassName
{
color: #CF6349;
}
.AnyTagClassName
{
color: #CF6349;
}
</style>
background-color css
<style>
a { background-color: #CF6349; }
a { background-color: rgb(207,99,73); }
div.DivClassName
{
background-color: #CF6349;
}
.BgClassName
{
background-color: #CF6349;
}
</style>
border-color css
<style>
span { border-color: #CF6349; }
span { border-color: rgb(207,99,73); }
td.TdClassName
{
border-color: #CF6349;
}
.TagClassName
{
border-color: #CF6349;
}
</style>