Shades of Dark Coral #CF5D4C
Tints of Dark Coral #CF5D4C
RGB
CMYK
RGB Variations
Color information
#CF5D4C (or 0xCF5D4C) is known color: Dark Coral. HEX triplet: CF, 5D and 4C. RGB value is (207,93,76). Sum of RGB (Red+Green+Blue) = 207+93+76=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D4C is #30A2B3. Grayscale: #7D7D7D. Windows color (decimal): -3187380 or 5004751. OLE color: 5004751.
HSL color Cylindrical-coordinate representation of color #CF5D4C: hue angle of 7.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5D4C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 76 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.19 |
| HSL | 7.79º | 0.58% | 0.55% | - |
| HSV(B) | 7.79º | 0.63% | 0.81% | - |
| XYZ | 30.95 | 21.62 | 9.38 | - |
| YUV | 125.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 76 | 0 | 0.55 | 0.63 | 0.19 | 7.79 | 0.58 | 0.55 |
| Hex | CF | 5D | 4C | 0 | 37 | 3F | 13 | 8 | 3A | 37 |
| Octal | 317 | 135 | 114 | 0 | 67 | 77 | 23 | 10 | 72 | 67 |
| Binary | 11001111 | 1011101 | 1001100 | 0 | 110111 | 111111 | 10011 | 1000 | 111010 | 110111 |
Color Harmonies of #CF5D4C
Complementary color
Monochromatic Colors of #CF5D4C
Black with #CF5D4C
Text Example
Text Example
White with #CF5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D4C; }
p { color: rgb(207,93,76); }
H1.HeaderClassName
{
color: #CF5D4C;
}
.AnyTagClassName
{
color: #CF5D4C;
}
</style>
background-color css
<style>
a { background-color: #CF5D4C; }
a { background-color: rgb(207,93,76); }
div.DivClassName
{
background-color: #CF5D4C;
}
.BgClassName
{
background-color: #CF5D4C;
}
</style>
border-color css
<style>
span { border-color: #CF5D4C; }
span { border-color: rgb(207,93,76); }
td.TdClassName
{
border-color: #CF5D4C;
}
.TagClassName
{
border-color: #CF5D4C;
}
</style>