Shades of Dark Coral #CF5B45
Tints of Dark Coral #CF5B45
RGB
CMYK
RGB Variations
Color information
#CF5B45 (or 0xCF5B45) is known color: Dark Coral. HEX triplet: CF, 5B and 45. RGB value is (207,91,69). Sum of RGB (Red+Green+Blue) = 207+91+69=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5B45 is #30A4BA. Grayscale: #7B7B7B. Windows color (decimal): -3187899 or 4545487. OLE color: 4545487.
HSL color Cylindrical-coordinate representation of color #CF5B45: hue angle of 9.57º 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 #CF5B45 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 91 | 69 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.19 |
| HSL | 9.57º | 0.59% | 0.54% | - |
| HSV(B) | 9.57º | 0.67% | 0.81% | - |
| XYZ | 30.55 | 21.18 | 8.11 | - |
| YUV | 123.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 69 | 0 | 0.56 | 0.67 | 0.19 | 9.57 | 0.59 | 0.54 |
| Hex | CF | 5B | 45 | 0 | 38 | 43 | 13 | A | 3B | 36 |
| Octal | 317 | 133 | 105 | 0 | 70 | 103 | 23 | 12 | 73 | 66 |
| Binary | 11001111 | 1011011 | 1000101 | 0 | 111000 | 1000011 | 10011 | 1010 | 111011 | 110110 |
Color Harmonies of #CF5B45
Complementary color
Monochromatic Colors of #CF5B45
Black with #CF5B45
Text Example
Text Example
White with #CF5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5B45; }
p { color: rgb(207,91,69); }
H1.HeaderClassName
{
color: #CF5B45;
}
.AnyTagClassName
{
color: #CF5B45;
}
</style>
background-color css
<style>
a { background-color: #CF5B45; }
a { background-color: rgb(207,91,69); }
div.DivClassName
{
background-color: #CF5B45;
}
.BgClassName
{
background-color: #CF5B45;
}
</style>
border-color css
<style>
span { border-color: #CF5B45; }
span { border-color: rgb(207,91,69); }
td.TdClassName
{
border-color: #CF5B45;
}
.TagClassName
{
border-color: #CF5B45;
}
</style>