Shades of Dark Coral #CB5D40
Tints of Dark Coral #CB5D40
RGB
CMYK
RGB Variations
Color information
#CB5D40 (or 0xCB5D40) is known color: Dark Coral. HEX triplet: CB, 5D and 40. RGB value is (203,93,64). Sum of RGB (Red+Green+Blue) = 203+93+64=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D40 is #34A2BF. Grayscale: #7A7A7A. Windows color (decimal): -3449536 or 4218315. OLE color: 4218315.
HSL color Cylindrical-coordinate representation of color #CB5D40: hue angle of 12.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5D40 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 64 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.20 |
| HSL | 12.52º | 0.57% | 0.52% | - |
| HSV(B) | 12.52º | 0.68% | 0.8% | - |
| XYZ | 29.47 | 20.9 | 7.33 | - |
| YUV | 122.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 64 | 0 | 0.54 | 0.68 | 0.20 | 12.52 | 0.57 | 0.52 |
| Hex | CB | 5D | 40 | 0 | 36 | 44 | 14 | D | 39 | 34 |
| Octal | 313 | 135 | 100 | 0 | 66 | 104 | 24 | 15 | 71 | 64 |
| Binary | 11001011 | 1011101 | 1000000 | 0 | 110110 | 1000100 | 10100 | 1101 | 111001 | 110100 |
Color Harmonies of #CB5D40
Complementary color
Monochromatic Colors of #CB5D40
Black with #CB5D40
Text Example
Text Example
White with #CB5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D40; }
p { color: rgb(203,93,64); }
H1.HeaderClassName
{
color: #CB5D40;
}
.AnyTagClassName
{
color: #CB5D40;
}
</style>
background-color css
<style>
a { background-color: #CB5D40; }
a { background-color: rgb(203,93,64); }
div.DivClassName
{
background-color: #CB5D40;
}
.BgClassName
{
background-color: #CB5D40;
}
</style>
border-color css
<style>
span { border-color: #CB5D40; }
span { border-color: rgb(203,93,64); }
td.TdClassName
{
border-color: #CB5D40;
}
.TagClassName
{
border-color: #CB5D40;
}
</style>