Shades of Dark Coral #CB563E
Tints of Dark Coral #CB563E
RGB
CMYK
RGB Variations
Color information
#CB563E (or 0xCB563E) is known color: Dark Coral. HEX triplet: CB, 56 and 3E. RGB value is (203,86,62). Sum of RGB (Red+Green+Blue) = 203+86+62=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB563E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB563E is #34A9C1. Grayscale: #767676. Windows color (decimal): -3451330 or 4085451. OLE color: 4085451.
HSL color Cylindrical-coordinate representation of color #CB563E: hue angle of 10.21º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB563E is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 62 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.20 |
| HSL | 10.21º | 0.58% | 0.52% | - |
| HSV(B) | 10.21º | 0.69% | 0.8% | - |
| XYZ | 28.83 | 19.7 | 6.84 | - |
| YUV | 118.25 | 96.26 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 62 | 0 | 0.58 | 0.69 | 0.20 | 10.21 | 0.58 | 0.52 |
| Hex | CB | 56 | 3E | 0 | 3A | 45 | 14 | A | 3A | 34 |
| Octal | 313 | 126 | 76 | 0 | 72 | 105 | 24 | 12 | 72 | 64 |
| Binary | 11001011 | 1010110 | 111110 | 0 | 111010 | 1000101 | 10100 | 1010 | 111010 | 110100 |
Color Harmonies of #CB563E
Complementary color
Monochromatic Colors of #CB563E
Black with #CB563E
Text Example
Text Example
White with #CB563E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB563E; }
p { color: rgb(203,86,62); }
H1.HeaderClassName
{
color: #CB563E;
}
.AnyTagClassName
{
color: #CB563E;
}
</style>
background-color css
<style>
a { background-color: #CB563E; }
a { background-color: rgb(203,86,62); }
div.DivClassName
{
background-color: #CB563E;
}
.BgClassName
{
background-color: #CB563E;
}
</style>
border-color css
<style>
span { border-color: #CB563E; }
span { border-color: rgb(203,86,62); }
td.TdClassName
{
border-color: #CB563E;
}
.TagClassName
{
border-color: #CB563E;
}
</style>