Shades of Dark Coral #CF5C46
Tints of Dark Coral #CF5C46
RGB
CMYK
RGB Variations
Color information
#CF5C46 (or 0xCF5C46) is known color: Dark Coral. HEX triplet: CF, 5C and 46. RGB value is (207,92,70). Sum of RGB (Red+Green+Blue) = 207+92+70=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5C46 is #30A3B9. Grayscale: #7C7C7C. Windows color (decimal): -3187642 or 4611279. OLE color: 4611279.
HSL color Cylindrical-coordinate representation of color #CF5C46: hue angle of 9.64º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF5C46 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 92 | 70 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.19 |
| HSL | 9.64º | 0.59% | 0.54% | - |
| HSV(B) | 9.64º | 0.66% | 0.81% | - |
| XYZ | 30.66 | 21.36 | 8.3 | - |
| YUV | 123.88 | 97.6 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 70 | 0 | 0.56 | 0.66 | 0.19 | 9.64 | 0.59 | 0.54 |
| Hex | CF | 5C | 46 | 0 | 38 | 42 | 13 | A | 3B | 36 |
| Octal | 317 | 134 | 106 | 0 | 70 | 102 | 23 | 12 | 73 | 66 |
| Binary | 11001111 | 1011100 | 1000110 | 0 | 111000 | 1000010 | 10011 | 1010 | 111011 | 110110 |
Color Harmonies of #CF5C46
Complementary color
Monochromatic Colors of #CF5C46
Black with #CF5C46
Text Example
Text Example
White with #CF5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5C46; }
p { color: rgb(207,92,70); }
H1.HeaderClassName
{
color: #CF5C46;
}
.AnyTagClassName
{
color: #CF5C46;
}
</style>
background-color css
<style>
a { background-color: #CF5C46; }
a { background-color: rgb(207,92,70); }
div.DivClassName
{
background-color: #CF5C46;
}
.BgClassName
{
background-color: #CF5C46;
}
</style>
border-color css
<style>
span { border-color: #CF5C46; }
span { border-color: rgb(207,92,70); }
td.TdClassName
{
border-color: #CF5C46;
}
.TagClassName
{
border-color: #CF5C46;
}
</style>