Shades of Dark Coral #CB593C
Tints of Dark Coral #CB593C
RGB
CMYK
RGB Variations
Color information
#CB593C (or 0xCB593C) is known color: Dark Coral. HEX triplet: CB, 59 and 3C. RGB value is (203,89,60). Sum of RGB (Red+Green+Blue) = 203+89+60=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB593C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB593C is #34A6C3. Grayscale: #787878. Windows color (decimal): -3450564 or 3955147. OLE color: 3955147.
HSL color Cylindrical-coordinate representation of color #CB593C: hue angle of 12.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB593C is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 60 | - |
| CMYK | 0 | 0.56 | 0.70 | 0.20 |
| HSL | 12.17º | 0.58% | 0.52% | - |
| HSV(B) | 12.17º | 0.7% | 0.8% | - |
| XYZ | 29.02 | 20.17 | 6.64 | - |
| YUV | 119.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 60 | 0 | 0.56 | 0.70 | 0.20 | 12.17 | 0.58 | 0.52 |
| Hex | CB | 59 | 3C | 0 | 38 | 46 | 14 | C | 3A | 34 |
| Octal | 313 | 131 | 74 | 0 | 70 | 106 | 24 | 14 | 72 | 64 |
| Binary | 11001011 | 1011001 | 111100 | 0 | 111000 | 1000110 | 10100 | 1100 | 111010 | 110100 |
Color Harmonies of #CB593C
Complementary color
Monochromatic Colors of #CB593C
Black with #CB593C
Text Example
Text Example
White with #CB593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB593C; }
p { color: rgb(203,89,60); }
H1.HeaderClassName
{
color: #CB593C;
}
.AnyTagClassName
{
color: #CB593C;
}
</style>
background-color css
<style>
a { background-color: #CB593C; }
a { background-color: rgb(203,89,60); }
div.DivClassName
{
background-color: #CB593C;
}
.BgClassName
{
background-color: #CB593C;
}
</style>
border-color css
<style>
span { border-color: #CB593C; }
span { border-color: rgb(203,89,60); }
td.TdClassName
{
border-color: #CB593C;
}
.TagClassName
{
border-color: #CB593C;
}
</style>