Shades of Dark Coral #CB573B
Tints of Dark Coral #CB573B
RGB
CMYK
RGB Variations
Color information
#CB573B (or 0xCB573B) is known color: Dark Coral. HEX triplet: CB, 57 and 3B. RGB value is (203,87,59). Sum of RGB (Red+Green+Blue) = 203+87+59=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB573B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB573B is #34A8C4. Grayscale: #767676. Windows color (decimal): -3451077 or 3889099. OLE color: 3889099.
HSL color Cylindrical-coordinate representation of color #CB573B: hue angle of 11.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB573B is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 59 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.20 |
| HSL | 11.67º | 0.58% | 0.51% | - |
| HSV(B) | 11.67º | 0.71% | 0.8% | - |
| XYZ | 28.83 | 19.83 | 6.45 | - |
| YUV | 118.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 59 | 0 | 0.57 | 0.71 | 0.20 | 11.67 | 0.58 | 0.51 |
| Hex | CB | 57 | 3B | 0 | 39 | 47 | 14 | C | 3A | 33 |
| Octal | 313 | 127 | 73 | 0 | 71 | 107 | 24 | 14 | 72 | 63 |
| Binary | 11001011 | 1010111 | 111011 | 0 | 111001 | 1000111 | 10100 | 1100 | 111010 | 110011 |
Color Harmonies of #CB573B
Complementary color
Monochromatic Colors of #CB573B
Black with #CB573B
Text Example
Text Example
White with #CB573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB573B; }
p { color: rgb(203,87,59); }
H1.HeaderClassName
{
color: #CB573B;
}
.AnyTagClassName
{
color: #CB573B;
}
</style>
background-color css
<style>
a { background-color: #CB573B; }
a { background-color: rgb(203,87,59); }
div.DivClassName
{
background-color: #CB573B;
}
.BgClassName
{
background-color: #CB573B;
}
</style>
border-color css
<style>
span { border-color: #CB573B; }
span { border-color: rgb(203,87,59); }
td.TdClassName
{
border-color: #CB573B;
}
.TagClassName
{
border-color: #CB573B;
}
</style>