Shades of Dark Coral #CB5543
Tints of Dark Coral #CB5543
RGB
CMYK
RGB Variations
Color information
#CB5543 (or 0xCB5543) is known color: Dark Coral. HEX triplet: CB, 55 and 43. RGB value is (203,85,67). Sum of RGB (Red+Green+Blue) = 203+85+67=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5543 is #34AABC. Grayscale: #767676. Windows color (decimal): -3451581 or 4412875. OLE color: 4412875.
HSL color Cylindrical-coordinate representation of color #CB5543: hue angle of 7.94º degrees, saturation: 0.57, 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 #CB5543 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 67 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.20 |
| HSL | 7.94º | 0.57% | 0.53% | - |
| HSV(B) | 7.94º | 0.67% | 0.8% | - |
| XYZ | 28.89 | 19.6 | 7.57 | - |
| YUV | 118.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 67 | 0 | 0.58 | 0.67 | 0.20 | 7.94 | 0.57 | 0.53 |
| Hex | CB | 55 | 43 | 0 | 3A | 43 | 14 | 8 | 39 | 35 |
| Octal | 313 | 125 | 103 | 0 | 72 | 103 | 24 | 10 | 71 | 65 |
| Binary | 11001011 | 1010101 | 1000011 | 0 | 111010 | 1000011 | 10100 | 1000 | 111001 | 110101 |
Color Harmonies of #CB5543
Complementary color
Monochromatic Colors of #CB5543
Black with #CB5543
Text Example
Text Example
White with #CB5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5543; }
p { color: rgb(203,85,67); }
H1.HeaderClassName
{
color: #CB5543;
}
.AnyTagClassName
{
color: #CB5543;
}
</style>
background-color css
<style>
a { background-color: #CB5543; }
a { background-color: rgb(203,85,67); }
div.DivClassName
{
background-color: #CB5543;
}
.BgClassName
{
background-color: #CB5543;
}
</style>
border-color css
<style>
span { border-color: #CB5543; }
span { border-color: rgb(203,85,67); }
td.TdClassName
{
border-color: #CB5543;
}
.TagClassName
{
border-color: #CB5543;
}
</style>