Shades of Dark Coral #CF6145
Tints of Dark Coral #CF6145
RGB
CMYK
RGB Variations
Color information
#CF6145 (or 0xCF6145) is known color: Dark Coral. HEX triplet: CF, 61 and 45. RGB value is (207,97,69). Sum of RGB (Red+Green+Blue) = 207+97+69=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6145 is #309EBA. Grayscale: #7E7E7E. Windows color (decimal): -3186363 or 4547023. OLE color: 4547023.
HSL color Cylindrical-coordinate representation of color #CF6145: hue angle of 12.17º 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 #CF6145 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 69 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.19 |
| HSL | 12.17º | 0.59% | 0.54% | - |
| HSV(B) | 12.17º | 0.67% | 0.81% | - |
| XYZ | 31.08 | 22.24 | 8.29 | - |
| YUV | 126.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 69 | 0 | 0.53 | 0.67 | 0.19 | 12.17 | 0.59 | 0.54 |
| Hex | CF | 61 | 45 | 0 | 35 | 43 | 13 | C | 3B | 36 |
| Octal | 317 | 141 | 105 | 0 | 65 | 103 | 23 | 14 | 73 | 66 |
| Binary | 11001111 | 1100001 | 1000101 | 0 | 110101 | 1000011 | 10011 | 1100 | 111011 | 110110 |
Color Harmonies of #CF6145
Complementary color
Monochromatic Colors of #CF6145
Black with #CF6145
Text Example
Text Example
White with #CF6145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6145; }
p { color: rgb(207,97,69); }
H1.HeaderClassName
{
color: #CF6145;
}
.AnyTagClassName
{
color: #CF6145;
}
</style>
background-color css
<style>
a { background-color: #CF6145; }
a { background-color: rgb(207,97,69); }
div.DivClassName
{
background-color: #CF6145;
}
.BgClassName
{
background-color: #CF6145;
}
</style>
border-color css
<style>
span { border-color: #CF6145; }
span { border-color: rgb(207,97,69); }
td.TdClassName
{
border-color: #CF6145;
}
.TagClassName
{
border-color: #CF6145;
}
</style>