Shades of Dark Coral #CB5644
Tints of Dark Coral #CB5644
RGB
CMYK
RGB Variations
Color information
#CB5644 (or 0xCB5644) is known color: Dark Coral. HEX triplet: CB, 56 and 44. RGB value is (203,86,68). Sum of RGB (Red+Green+Blue) = 203+86+68=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5644 is #34A9BB. Grayscale: #777777. Windows color (decimal): -3451324 or 4478667. OLE color: 4478667.
HSL color Cylindrical-coordinate representation of color #CB5644: hue angle of 8º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB5644 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 68 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.20 |
| HSL | 8º | 0.56% | 0.53% | - |
| HSV(B) | 8º | 0.67% | 0.8% | - |
| XYZ | 29 | 19.77 | 7.76 | - |
| YUV | 118.93 | 99.26 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 68 | 0 | 0.58 | 0.67 | 0.20 | 8 | 0.56 | 0.53 |
| Hex | CB | 56 | 44 | 0 | 3A | 43 | 14 | 8 | 38 | 35 |
| Octal | 313 | 126 | 104 | 0 | 72 | 103 | 24 | 10 | 70 | 65 |
| Binary | 11001011 | 1010110 | 1000100 | 0 | 111010 | 1000011 | 10100 | 1000 | 111000 | 110101 |
Color Harmonies of #CB5644
Complementary color
Monochromatic Colors of #CB5644
Black with #CB5644
Text Example
Text Example
White with #CB5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5644; }
p { color: rgb(203,86,68); }
H1.HeaderClassName
{
color: #CB5644;
}
.AnyTagClassName
{
color: #CB5644;
}
</style>
background-color css
<style>
a { background-color: #CB5644; }
a { background-color: rgb(203,86,68); }
div.DivClassName
{
background-color: #CB5644;
}
.BgClassName
{
background-color: #CB5644;
}
</style>
border-color css
<style>
span { border-color: #CB5644; }
span { border-color: rgb(203,86,68); }
td.TdClassName
{
border-color: #CB5644;
}
.TagClassName
{
border-color: #CB5644;
}
</style>