Shades of Dark Coral #CB5943
Tints of Dark Coral #CB5943
RGB
CMYK
RGB Variations
Color information
#CB5943 (or 0xCB5943) is known color: Dark Coral. HEX triplet: CB, 59 and 43. RGB value is (203,89,67). Sum of RGB (Red+Green+Blue) = 203+89+67=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 67 (26.56% from 255 or 18.66% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5943 is #34A6BC. Grayscale: #787878. Windows color (decimal): -3450557 or 4413899. OLE color: 4413899.
HSL color Cylindrical-coordinate representation of color #CB5943: hue angle of 9.71º 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 #CB5943 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 67 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.20 |
| HSL | 9.71º | 0.57% | 0.53% | - |
| HSV(B) | 9.71º | 0.67% | 0.8% | - |
| XYZ | 29.21 | 20.25 | 7.68 | - |
| YUV | 120.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 67 | 0 | 0.56 | 0.67 | 0.20 | 9.71 | 0.57 | 0.53 |
| Hex | CB | 59 | 43 | 0 | 38 | 43 | 14 | A | 39 | 35 |
| Octal | 313 | 131 | 103 | 0 | 70 | 103 | 24 | 12 | 71 | 65 |
| Binary | 11001011 | 1011001 | 1000011 | 0 | 111000 | 1000011 | 10100 | 1010 | 111001 | 110101 |
Color Harmonies of #CB5943
Complementary color
Monochromatic Colors of #CB5943
Black with #CB5943
Text Example
Text Example
White with #CB5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5943; }
p { color: rgb(203,89,67); }
H1.HeaderClassName
{
color: #CB5943;
}
.AnyTagClassName
{
color: #CB5943;
}
</style>
background-color css
<style>
a { background-color: #CB5943; }
a { background-color: rgb(203,89,67); }
div.DivClassName
{
background-color: #CB5943;
}
.BgClassName
{
background-color: #CB5943;
}
</style>
border-color css
<style>
span { border-color: #CB5943; }
span { border-color: rgb(203,89,67); }
td.TdClassName
{
border-color: #CB5943;
}
.TagClassName
{
border-color: #CB5943;
}
</style>