Shades of Dark Coral #CF5A45
Tints of Dark Coral #CF5A45
RGB
CMYK
RGB Variations
Color information
#CF5A45 (or 0xCF5A45) is known color: Dark Coral. HEX triplet: CF, 5A and 45. RGB value is (207,90,69). Sum of RGB (Red+Green+Blue) = 207+90+69=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5A45 is #30A5BA. Grayscale: #7A7A7A. Windows color (decimal): -3188155 or 4545231. OLE color: 4545231.
HSL color Cylindrical-coordinate representation of color #CF5A45: hue angle of 9.13º 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 #CF5A45 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 90 | 69 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.19 |
| HSL | 9.13º | 0.59% | 0.54% | - |
| HSV(B) | 9.13º | 0.67% | 0.81% | - |
| XYZ | 30.46 | 21.01 | 8.08 | - |
| YUV | 122.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 69 | 0 | 0.57 | 0.67 | 0.19 | 9.13 | 0.59 | 0.54 |
| Hex | CF | 5A | 45 | 0 | 39 | 43 | 13 | 9 | 3B | 36 |
| Octal | 317 | 132 | 105 | 0 | 71 | 103 | 23 | 11 | 73 | 66 |
| Binary | 11001111 | 1011010 | 1000101 | 0 | 111001 | 1000011 | 10011 | 1001 | 111011 | 110110 |
Color Harmonies of #CF5A45
Complementary color
Monochromatic Colors of #CF5A45
Black with #CF5A45
Text Example
Text Example
White with #CF5A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5A45; }
p { color: rgb(207,90,69); }
H1.HeaderClassName
{
color: #CF5A45;
}
.AnyTagClassName
{
color: #CF5A45;
}
</style>
background-color css
<style>
a { background-color: #CF5A45; }
a { background-color: rgb(207,90,69); }
div.DivClassName
{
background-color: #CF5A45;
}
.BgClassName
{
background-color: #CF5A45;
}
</style>
border-color css
<style>
span { border-color: #CF5A45; }
span { border-color: rgb(207,90,69); }
td.TdClassName
{
border-color: #CF5A45;
}
.TagClassName
{
border-color: #CF5A45;
}
</style>