Shades of Dark Coral #CF6245
Tints of Dark Coral #CF6245
RGB
CMYK
RGB Variations
Color information
#CF6245 (or 0xCF6245) is known color: Dark Coral. HEX triplet: CF, 62 and 45. RGB value is (207,98,69). Sum of RGB (Red+Green+Blue) = 207+98+69=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6245 is #309DBA. Grayscale: #7F7F7F. Windows color (decimal): -3186107 or 4547279. OLE color: 4547279.
HSL color Cylindrical-coordinate representation of color #CF6245: hue angle of 12.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF6245 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 69 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.19 |
| HSL | 12.61º | 0.59% | 0.54% | - |
| HSV(B) | 12.61º | 0.67% | 0.81% | - |
| XYZ | 31.17 | 22.43 | 8.32 | - |
| YUV | 127.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 69 | 0 | 0.53 | 0.67 | 0.19 | 12.61 | 0.59 | 0.54 |
| Hex | CF | 62 | 45 | 0 | 35 | 43 | 13 | D | 3B | 36 |
| Octal | 317 | 142 | 105 | 0 | 65 | 103 | 23 | 15 | 73 | 66 |
| Binary | 11001111 | 1100010 | 1000101 | 0 | 110101 | 1000011 | 10011 | 1101 | 111011 | 110110 |
Color Harmonies of #CF6245
Complementary color
Monochromatic Colors of #CF6245
Black with #CF6245
Text Example
Text Example
White with #CF6245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6245; }
p { color: rgb(207,98,69); }
H1.HeaderClassName
{
color: #CF6245;
}
.AnyTagClassName
{
color: #CF6245;
}
</style>
background-color css
<style>
a { background-color: #CF6245; }
a { background-color: rgb(207,98,69); }
div.DivClassName
{
background-color: #CF6245;
}
.BgClassName
{
background-color: #CF6245;
}
</style>
border-color css
<style>
span { border-color: #CF6245; }
span { border-color: rgb(207,98,69); }
td.TdClassName
{
border-color: #CF6245;
}
.TagClassName
{
border-color: #CF6245;
}
</style>