Shades of Dark Coral #CF5A3F
Tints of Dark Coral #CF5A3F
RGB
CMYK
RGB Variations
Color information
#CF5A3F (or 0xCF5A3F) is known color: Dark Coral. HEX triplet: CF, 5A and 3F. RGB value is (207,90,63). Sum of RGB (Red+Green+Blue) = 207+90+63=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A3F is #30A5C0. Grayscale: #7A7A7A. Windows color (decimal): -3188161 or 4152015. OLE color: 4152015.
HSL color Cylindrical-coordinate representation of color #CF5A3F: hue angle of 11.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF5A3F is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 63 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.19 |
| HSL | 11.25º | 0.6% | 0.53% | - |
| HSV(B) | 11.25º | 0.7% | 0.81% | - |
| XYZ | 30.29 | 20.94 | 7.15 | - |
| YUV | 121.91 | 94.76 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 63 | 0 | 0.57 | 0.70 | 0.19 | 11.25 | 0.6 | 0.53 |
| Hex | CF | 5A | 3F | 0 | 39 | 46 | 13 | B | 3C | 35 |
| Octal | 317 | 132 | 77 | 0 | 71 | 106 | 23 | 13 | 74 | 65 |
| Binary | 11001111 | 1011010 | 111111 | 0 | 111001 | 1000110 | 10011 | 1011 | 111100 | 110101 |
Color Harmonies of #CF5A3F
Complementary color
Monochromatic Colors of #CF5A3F
Black with #CF5A3F
Text Example
Text Example
White with #CF5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A3F; }
p { color: rgb(207,90,63); }
H1.HeaderClassName
{
color: #CF5A3F;
}
.AnyTagClassName
{
color: #CF5A3F;
}
</style>
background-color css
<style>
a { background-color: #CF5A3F; }
a { background-color: rgb(207,90,63); }
div.DivClassName
{
background-color: #CF5A3F;
}
.BgClassName
{
background-color: #CF5A3F;
}
</style>
border-color css
<style>
span { border-color: #CF5A3F; }
span { border-color: rgb(207,90,63); }
td.TdClassName
{
border-color: #CF5A3F;
}
.TagClassName
{
border-color: #CF5A3F;
}
</style>