Shades of Dark Coral #CC594B
Tints of Dark Coral #CC594B
RGB
CMYK
RGB Variations
Color information
#CC594B (or 0xCC594B) is known color: Dark Coral. HEX triplet: CC, 59 and 4B. RGB value is (204,89,75). Sum of RGB (Red+Green+Blue) = 204+89+75=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC594B is #33A6B4. Grayscale: #797979. Windows color (decimal): -3385013 or 4938188. OLE color: 4938188.
HSL color Cylindrical-coordinate representation of color #CC594B: hue angle of 6.51º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC594B is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 75 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.2 |
| HSL | 6.51º | 0.56% | 0.55% | - |
| HSV(B) | 6.51º | 0.63% | 0.8% | - |
| XYZ | 29.74 | 20.49 | 9.04 | - |
| YUV | 121.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 75 | 0 | 0.56 | 0.63 | 0.2 | 6.51 | 0.56 | 0.55 |
| Hex | CC | 59 | 4B | 0 | 38 | 3F | 14 | 7 | 38 | 37 |
| Octal | 314 | 131 | 113 | 0 | 70 | 77 | 24 | 7 | 70 | 67 |
| Binary | 11001100 | 1011001 | 1001011 | 0 | 111000 | 111111 | 10100 | 111 | 111000 | 110111 |
Color Harmonies of #CC594B
Complementary color
Monochromatic Colors of #CC594B
Black with #CC594B
Text Example
Text Example
White with #CC594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC594B; }
p { color: rgb(204,89,75); }
H1.HeaderClassName
{
color: #CC594B;
}
.AnyTagClassName
{
color: #CC594B;
}
</style>
background-color css
<style>
a { background-color: #CC594B; }
a { background-color: rgb(204,89,75); }
div.DivClassName
{
background-color: #CC594B;
}
.BgClassName
{
background-color: #CC594B;
}
</style>
border-color css
<style>
span { border-color: #CC594B; }
span { border-color: rgb(204,89,75); }
td.TdClassName
{
border-color: #CC594B;
}
.TagClassName
{
border-color: #CC594B;
}
</style>