Shades of Dark Coral #CB5641
Tints of Dark Coral #CB5641
RGB
CMYK
RGB Variations
Color information
#CB5641 (or 0xCB5641) is known color: Dark Coral. HEX triplet: CB, 56 and 41. RGB value is (203,86,65). Sum of RGB (Red+Green+Blue) = 203+86+65=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5641 is #34A9BE. Grayscale: #767676. Windows color (decimal): -3451327 or 4282059. OLE color: 4282059.
HSL color Cylindrical-coordinate representation of color #CB5641: hue angle of 9.13º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5641 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 65 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.20 |
| HSL | 9.13º | 0.57% | 0.53% | - |
| HSV(B) | 9.13º | 0.68% | 0.8% | - |
| XYZ | 28.91 | 19.73 | 7.29 | - |
| YUV | 118.59 | 97.76 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 65 | 0 | 0.58 | 0.68 | 0.20 | 9.13 | 0.57 | 0.53 |
| Hex | CB | 56 | 41 | 0 | 3A | 44 | 14 | 9 | 39 | 35 |
| Octal | 313 | 126 | 101 | 0 | 72 | 104 | 24 | 11 | 71 | 65 |
| Binary | 11001011 | 1010110 | 1000001 | 0 | 111010 | 1000100 | 10100 | 1001 | 111001 | 110101 |
Color Harmonies of #CB5641
Complementary color
Monochromatic Colors of #CB5641
Black with #CB5641
Text Example
Text Example
White with #CB5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5641; }
p { color: rgb(203,86,65); }
H1.HeaderClassName
{
color: #CB5641;
}
.AnyTagClassName
{
color: #CB5641;
}
</style>
background-color css
<style>
a { background-color: #CB5641; }
a { background-color: rgb(203,86,65); }
div.DivClassName
{
background-color: #CB5641;
}
.BgClassName
{
background-color: #CB5641;
}
</style>
border-color css
<style>
span { border-color: #CB5641; }
span { border-color: rgb(203,86,65); }
td.TdClassName
{
border-color: #CB5641;
}
.TagClassName
{
border-color: #CB5641;
}
</style>