Shades of Dark Coral #CB5140
Tints of Dark Coral #CB5140
RGB
CMYK
RGB Variations
Color information
#CB5140 (or 0xCB5140) is known color: Dark Coral. HEX triplet: CB, 51 and 40. RGB value is (203,81,64). Sum of RGB (Red+Green+Blue) = 203+81+64=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5140 is #34AEBF. Grayscale: #737373. Windows color (decimal): -3452608 or 4215243. OLE color: 4215243.
HSL color Cylindrical-coordinate representation of color #CB5140: hue angle of 7.34º 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 #CB5140 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 64 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.20 |
| HSL | 7.34º | 0.57% | 0.52% | - |
| HSV(B) | 7.34º | 0.68% | 0.8% | - |
| XYZ | 28.5 | 18.95 | 7.01 | - |
| YUV | 115.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 64 | 0 | 0.60 | 0.68 | 0.20 | 7.34 | 0.57 | 0.52 |
| Hex | CB | 51 | 40 | 0 | 3C | 44 | 14 | 7 | 39 | 34 |
| Octal | 313 | 121 | 100 | 0 | 74 | 104 | 24 | 7 | 71 | 64 |
| Binary | 11001011 | 1010001 | 1000000 | 0 | 111100 | 1000100 | 10100 | 111 | 111001 | 110100 |
Color Harmonies of #CB5140
Complementary color
Monochromatic Colors of #CB5140
Black with #CB5140
Text Example
Text Example
White with #CB5140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5140; }
p { color: rgb(203,81,64); }
H1.HeaderClassName
{
color: #CB5140;
}
.AnyTagClassName
{
color: #CB5140;
}
</style>
background-color css
<style>
a { background-color: #CB5140; }
a { background-color: rgb(203,81,64); }
div.DivClassName
{
background-color: #CB5140;
}
.BgClassName
{
background-color: #CB5140;
}
</style>
border-color css
<style>
span { border-color: #CB5140; }
span { border-color: rgb(203,81,64); }
td.TdClassName
{
border-color: #CB5140;
}
.TagClassName
{
border-color: #CB5140;
}
</style>