Shades of Dark Coral #CF5A49
Tints of Dark Coral #CF5A49
RGB
CMYK
RGB Variations
Color information
#CF5A49 (or 0xCF5A49) is known color: Dark Coral. HEX triplet: CF, 5A and 49. RGB value is (207,90,73). Sum of RGB (Red+Green+Blue) = 207+90+73=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A49 is #30A5B6. Grayscale: #7B7B7B. Windows color (decimal): -3188151 or 4807375. OLE color: 4807375.
HSL color Cylindrical-coordinate representation of color #CF5A49: hue angle of 7.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF5A49 is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 73 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.19 |
| HSL | 7.61º | 0.58% | 0.55% | - |
| HSV(B) | 7.61º | 0.65% | 0.81% | - |
| XYZ | 30.59 | 21.06 | 8.76 | - |
| YUV | 123.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 73 | 0 | 0.57 | 0.65 | 0.19 | 7.61 | 0.58 | 0.55 |
| Hex | CF | 5A | 49 | 0 | 39 | 41 | 13 | 8 | 3A | 37 |
| Octal | 317 | 132 | 111 | 0 | 71 | 101 | 23 | 10 | 72 | 67 |
| Binary | 11001111 | 1011010 | 1001001 | 0 | 111001 | 1000001 | 10011 | 1000 | 111010 | 110111 |
Color Harmonies of #CF5A49
Complementary color
Monochromatic Colors of #CF5A49
Black with #CF5A49
Text Example
Text Example
White with #CF5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A49; }
p { color: rgb(207,90,73); }
H1.HeaderClassName
{
color: #CF5A49;
}
.AnyTagClassName
{
color: #CF5A49;
}
</style>
background-color css
<style>
a { background-color: #CF5A49; }
a { background-color: rgb(207,90,73); }
div.DivClassName
{
background-color: #CF5A49;
}
.BgClassName
{
background-color: #CF5A49;
}
</style>
border-color css
<style>
span { border-color: #CF5A49; }
span { border-color: rgb(207,90,73); }
td.TdClassName
{
border-color: #CF5A49;
}
.TagClassName
{
border-color: #CF5A49;
}
</style>