Shades of Dark Coral #CF5B44
Tints of Dark Coral #CF5B44
RGB
CMYK
RGB Variations
Color information
#CF5B44 (or 0xCF5B44) is known color: Dark Coral. HEX triplet: CF, 5B and 44. RGB value is (207,91,68). Sum of RGB (Red+Green+Blue) = 207+91+68=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B44 is #30A4BB. Grayscale: #7B7B7B. Windows color (decimal): -3187900 or 4479951. OLE color: 4479951.
HSL color Cylindrical-coordinate representation of color #CF5B44: hue angle of 9.93º 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 #CF5B44 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 68 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.19 |
| HSL | 9.93º | 0.59% | 0.54% | - |
| HSV(B) | 9.93º | 0.67% | 0.81% | - |
| XYZ | 30.52 | 21.16 | 7.95 | - |
| YUV | 123.06 | 96.93 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 68 | 0 | 0.56 | 0.67 | 0.19 | 9.93 | 0.59 | 0.54 |
| Hex | CF | 5B | 44 | 0 | 38 | 43 | 13 | A | 3B | 36 |
| Octal | 317 | 133 | 104 | 0 | 70 | 103 | 23 | 12 | 73 | 66 |
| Binary | 11001111 | 1011011 | 1000100 | 0 | 111000 | 1000011 | 10011 | 1010 | 111011 | 110110 |
Color Harmonies of #CF5B44
Complementary color
Monochromatic Colors of #CF5B44
Black with #CF5B44
Text Example
Text Example
White with #CF5B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B44; }
p { color: rgb(207,91,68); }
H1.HeaderClassName
{
color: #CF5B44;
}
.AnyTagClassName
{
color: #CF5B44;
}
</style>
background-color css
<style>
a { background-color: #CF5B44; }
a { background-color: rgb(207,91,68); }
div.DivClassName
{
background-color: #CF5B44;
}
.BgClassName
{
background-color: #CF5B44;
}
</style>
border-color css
<style>
span { border-color: #CF5B44; }
span { border-color: rgb(207,91,68); }
td.TdClassName
{
border-color: #CF5B44;
}
.TagClassName
{
border-color: #CF5B44;
}
</style>