Shades of Dark Coral #CB5841
Tints of Dark Coral #CB5841
RGB
CMYK
RGB Variations
Color information
#CB5841 (or 0xCB5841) is known color: Dark Coral. HEX triplet: CB, 58 and 41. RGB value is (203,88,65). Sum of RGB (Red+Green+Blue) = 203+88+65=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5841 is #34A7BE. Grayscale: #777777. Windows color (decimal): -3450815 or 4282571. OLE color: 4282571.
HSL color Cylindrical-coordinate representation of color #CB5841: hue angle of 10º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB5841 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 65 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.20 |
| HSL | 10º | 0.57% | 0.53% | - |
| HSV(B) | 10º | 0.68% | 0.8% | - |
| XYZ | 29.07 | 20.06 | 7.34 | - |
| YUV | 119.76 | 97.1 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 65 | 0 | 0.57 | 0.68 | 0.20 | 10 | 0.57 | 0.53 |
| Hex | CB | 58 | 41 | 0 | 39 | 44 | 14 | A | 39 | 35 |
| Octal | 313 | 130 | 101 | 0 | 71 | 104 | 24 | 12 | 71 | 65 |
| Binary | 11001011 | 1011000 | 1000001 | 0 | 111001 | 1000100 | 10100 | 1010 | 111001 | 110101 |
Color Harmonies of #CB5841
Complementary color
Monochromatic Colors of #CB5841
Black with #CB5841
Text Example
Text Example
White with #CB5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5841; }
p { color: rgb(203,88,65); }
H1.HeaderClassName
{
color: #CB5841;
}
.AnyTagClassName
{
color: #CB5841;
}
</style>
background-color css
<style>
a { background-color: #CB5841; }
a { background-color: rgb(203,88,65); }
div.DivClassName
{
background-color: #CB5841;
}
.BgClassName
{
background-color: #CB5841;
}
</style>
border-color css
<style>
span { border-color: #CB5841; }
span { border-color: rgb(203,88,65); }
td.TdClassName
{
border-color: #CB5841;
}
.TagClassName
{
border-color: #CB5841;
}
</style>