Shades of Dark Coral #CF5D44
Tints of Dark Coral #CF5D44
RGB
CMYK
RGB Variations
Color information
#CF5D44 (or 0xCF5D44) is known color: Dark Coral. HEX triplet: CF, 5D and 44. RGB value is (207,93,68). Sum of RGB (Red+Green+Blue) = 207+93+68=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D44 is #30A2BB. Grayscale: #7C7C7C. Windows color (decimal): -3187388 or 4480463. OLE color: 4480463.
HSL color Cylindrical-coordinate representation of color #CF5D44: hue angle of 10.79º 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 #CF5D44 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 68 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.19 |
| HSL | 10.79º | 0.59% | 0.54% | - |
| HSV(B) | 10.79º | 0.67% | 0.81% | - |
| XYZ | 30.69 | 21.51 | 8 | - |
| YUV | 124.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 68 | 0 | 0.55 | 0.67 | 0.19 | 10.79 | 0.59 | 0.54 |
| Hex | CF | 5D | 44 | 0 | 37 | 43 | 13 | B | 3B | 36 |
| Octal | 317 | 135 | 104 | 0 | 67 | 103 | 23 | 13 | 73 | 66 |
| Binary | 11001111 | 1011101 | 1000100 | 0 | 110111 | 1000011 | 10011 | 1011 | 111011 | 110110 |
Color Harmonies of #CF5D44
Complementary color
Monochromatic Colors of #CF5D44
Black with #CF5D44
Text Example
Text Example
White with #CF5D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D44; }
p { color: rgb(207,93,68); }
H1.HeaderClassName
{
color: #CF5D44;
}
.AnyTagClassName
{
color: #CF5D44;
}
</style>
background-color css
<style>
a { background-color: #CF5D44; }
a { background-color: rgb(207,93,68); }
div.DivClassName
{
background-color: #CF5D44;
}
.BgClassName
{
background-color: #CF5D44;
}
</style>
border-color css
<style>
span { border-color: #CF5D44; }
span { border-color: rgb(207,93,68); }
td.TdClassName
{
border-color: #CF5D44;
}
.TagClassName
{
border-color: #CF5D44;
}
</style>