Shades of Dark Coral #CB5643
Tints of Dark Coral #CB5643
RGB
CMYK
RGB Variations
Color information
#CB5643 (or 0xCB5643) is known color: Dark Coral. HEX triplet: CB, 56 and 43. RGB value is (203,86,67). Sum of RGB (Red+Green+Blue) = 203+86+67=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5643 is #34A9BC. Grayscale: #777777. Windows color (decimal): -3451325 or 4413131. OLE color: 4413131.
HSL color Cylindrical-coordinate representation of color #CB5643: hue angle of 8.38º 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 #CB5643 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 67 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.20 |
| HSL | 8.38º | 0.57% | 0.53% | - |
| HSV(B) | 8.38º | 0.67% | 0.8% | - |
| XYZ | 28.97 | 19.76 | 7.6 | - |
| YUV | 118.82 | 98.76 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 67 | 0 | 0.58 | 0.67 | 0.20 | 8.38 | 0.57 | 0.53 |
| Hex | CB | 56 | 43 | 0 | 3A | 43 | 14 | 8 | 39 | 35 |
| Octal | 313 | 126 | 103 | 0 | 72 | 103 | 24 | 10 | 71 | 65 |
| Binary | 11001011 | 1010110 | 1000011 | 0 | 111010 | 1000011 | 10100 | 1000 | 111001 | 110101 |
Color Harmonies of #CB5643
Complementary color
Monochromatic Colors of #CB5643
Black with #CB5643
Text Example
Text Example
White with #CB5643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5643; }
p { color: rgb(203,86,67); }
H1.HeaderClassName
{
color: #CB5643;
}
.AnyTagClassName
{
color: #CB5643;
}
</style>
background-color css
<style>
a { background-color: #CB5643; }
a { background-color: rgb(203,86,67); }
div.DivClassName
{
background-color: #CB5643;
}
.BgClassName
{
background-color: #CB5643;
}
</style>
border-color css
<style>
span { border-color: #CB5643; }
span { border-color: rgb(203,86,67); }
td.TdClassName
{
border-color: #CB5643;
}
.TagClassName
{
border-color: #CB5643;
}
</style>