Shades of Dark Coral #CB573E
Tints of Dark Coral #CB573E
RGB
CMYK
RGB Variations
Color information
#CB573E (or 0xCB573E) is known color: Dark Coral. HEX triplet: CB, 57 and 3E. RGB value is (203,87,62). Sum of RGB (Red+Green+Blue) = 203+87+62=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB573E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB573E is #34A8C1. Grayscale: #777777. Windows color (decimal): -3451074 or 4085707. OLE color: 4085707.
HSL color Cylindrical-coordinate representation of color #CB573E: hue angle of 10.64º 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 #CB573E is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 62 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.20 |
| HSL | 10.64º | 0.58% | 0.52% | - |
| HSV(B) | 10.64º | 0.69% | 0.8% | - |
| XYZ | 28.91 | 19.86 | 6.87 | - |
| YUV | 118.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 62 | 0 | 0.57 | 0.69 | 0.20 | 10.64 | 0.58 | 0.52 |
| Hex | CB | 57 | 3E | 0 | 39 | 45 | 14 | B | 3A | 34 |
| Octal | 313 | 127 | 76 | 0 | 71 | 105 | 24 | 13 | 72 | 64 |
| Binary | 11001011 | 1010111 | 111110 | 0 | 111001 | 1000101 | 10100 | 1011 | 111010 | 110100 |
Color Harmonies of #CB573E
Complementary color
Monochromatic Colors of #CB573E
Black with #CB573E
Text Example
Text Example
White with #CB573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB573E; }
p { color: rgb(203,87,62); }
H1.HeaderClassName
{
color: #CB573E;
}
.AnyTagClassName
{
color: #CB573E;
}
</style>
background-color css
<style>
a { background-color: #CB573E; }
a { background-color: rgb(203,87,62); }
div.DivClassName
{
background-color: #CB573E;
}
.BgClassName
{
background-color: #CB573E;
}
</style>
border-color css
<style>
span { border-color: #CB573E; }
span { border-color: rgb(203,87,62); }
td.TdClassName
{
border-color: #CB573E;
}
.TagClassName
{
border-color: #CB573E;
}
</style>