Shades of Dark Coral #CF5C3E
Tints of Dark Coral #CF5C3E
RGB
CMYK
RGB Variations
Color information
#CF5C3E (or 0xCF5C3E) is known color: Dark Coral. HEX triplet: CF, 5C and 3E. RGB value is (207,92,62). Sum of RGB (Red+Green+Blue) = 207+92+62=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C3E is #30A3C1. Grayscale: #7B7B7B. Windows color (decimal): -3187650 or 4086991. OLE color: 4086991.
HSL color Cylindrical-coordinate representation of color #CF5C3E: hue angle of 12.41º 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 #CF5C3E is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 62 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.19 |
| HSL | 12.41º | 0.6% | 0.53% | - |
| HSV(B) | 12.41º | 0.7% | 0.81% | - |
| XYZ | 30.43 | 21.27 | 7.06 | - |
| YUV | 122.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 62 | 0 | 0.56 | 0.70 | 0.19 | 12.41 | 0.6 | 0.53 |
| Hex | CF | 5C | 3E | 0 | 38 | 46 | 13 | C | 3C | 35 |
| Octal | 317 | 134 | 76 | 0 | 70 | 106 | 23 | 14 | 74 | 65 |
| Binary | 11001111 | 1011100 | 111110 | 0 | 111000 | 1000110 | 10011 | 1100 | 111100 | 110101 |
Color Harmonies of #CF5C3E
Complementary color
Monochromatic Colors of #CF5C3E
Black with #CF5C3E
Text Example
Text Example
White with #CF5C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C3E; }
p { color: rgb(207,92,62); }
H1.HeaderClassName
{
color: #CF5C3E;
}
.AnyTagClassName
{
color: #CF5C3E;
}
</style>
background-color css
<style>
a { background-color: #CF5C3E; }
a { background-color: rgb(207,92,62); }
div.DivClassName
{
background-color: #CF5C3E;
}
.BgClassName
{
background-color: #CF5C3E;
}
</style>
border-color css
<style>
span { border-color: #CF5C3E; }
span { border-color: rgb(207,92,62); }
td.TdClassName
{
border-color: #CF5C3E;
}
.TagClassName
{
border-color: #CF5C3E;
}
</style>