Shades of Dark Coral #CB5843
Tints of Dark Coral #CB5843
RGB
CMYK
RGB Variations
Color information
#CB5843 (or 0xCB5843) is known color: Dark Coral. HEX triplet: CB, 58 and 43. RGB value is (203,88,67). Sum of RGB (Red+Green+Blue) = 203+88+67=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5843 is #34A7BC. Grayscale: #787878. Windows color (decimal): -3450813 or 4413643. OLE color: 4413643.
HSL color Cylindrical-coordinate representation of color #CB5843: hue angle of 9.26º 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 #CB5843 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 67 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.20 |
| HSL | 9.26º | 0.57% | 0.53% | - |
| HSV(B) | 9.26º | 0.67% | 0.8% | - |
| XYZ | 29.13 | 20.08 | 7.65 | - |
| YUV | 119.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 67 | 0 | 0.57 | 0.67 | 0.20 | 9.26 | 0.57 | 0.53 |
| Hex | CB | 58 | 43 | 0 | 39 | 43 | 14 | 9 | 39 | 35 |
| Octal | 313 | 130 | 103 | 0 | 71 | 103 | 24 | 11 | 71 | 65 |
| Binary | 11001011 | 1011000 | 1000011 | 0 | 111001 | 1000011 | 10100 | 1001 | 111001 | 110101 |
Color Harmonies of #CB5843
Complementary color
Monochromatic Colors of #CB5843
Black with #CB5843
Text Example
Text Example
White with #CB5843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5843; }
p { color: rgb(203,88,67); }
H1.HeaderClassName
{
color: #CB5843;
}
.AnyTagClassName
{
color: #CB5843;
}
</style>
background-color css
<style>
a { background-color: #CB5843; }
a { background-color: rgb(203,88,67); }
div.DivClassName
{
background-color: #CB5843;
}
.BgClassName
{
background-color: #CB5843;
}
</style>
border-color css
<style>
span { border-color: #CB5843; }
span { border-color: rgb(203,88,67); }
td.TdClassName
{
border-color: #CB5843;
}
.TagClassName
{
border-color: #CB5843;
}
</style>