Shades of Dark Coral #CB5945
Tints of Dark Coral #CB5945
RGB
CMYK
RGB Variations
Color information
#CB5945 (or 0xCB5945) is known color: Dark Coral. HEX triplet: CB, 59 and 45. RGB value is (203,89,69). Sum of RGB (Red+Green+Blue) = 203+89+69=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5945 is #34A6BA. Grayscale: #797979. Windows color (decimal): -3450555 or 4544971. OLE color: 4544971.
HSL color Cylindrical-coordinate representation of color #CB5945: hue angle of 8.96º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB5945 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 69 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.20 |
| HSL | 8.96º | 0.56% | 0.53% | - |
| HSV(B) | 8.96º | 0.66% | 0.8% | - |
| XYZ | 29.28 | 20.27 | 8 | - |
| YUV | 120.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 69 | 0 | 0.56 | 0.66 | 0.20 | 8.96 | 0.56 | 0.53 |
| Hex | CB | 59 | 45 | 0 | 38 | 42 | 14 | 9 | 38 | 35 |
| Octal | 313 | 131 | 105 | 0 | 70 | 102 | 24 | 11 | 70 | 65 |
| Binary | 11001011 | 1011001 | 1000101 | 0 | 111000 | 1000010 | 10100 | 1001 | 111000 | 110101 |
Color Harmonies of #CB5945
Complementary color
Monochromatic Colors of #CB5945
Black with #CB5945
Text Example
Text Example
White with #CB5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5945; }
p { color: rgb(203,89,69); }
H1.HeaderClassName
{
color: #CB5945;
}
.AnyTagClassName
{
color: #CB5945;
}
</style>
background-color css
<style>
a { background-color: #CB5945; }
a { background-color: rgb(203,89,69); }
div.DivClassName
{
background-color: #CB5945;
}
.BgClassName
{
background-color: #CB5945;
}
</style>
border-color css
<style>
span { border-color: #CB5945; }
span { border-color: rgb(203,89,69); }
td.TdClassName
{
border-color: #CB5945;
}
.TagClassName
{
border-color: #CB5945;
}
</style>