Shades of Ruby #CC0859
Tints of Ruby #CC0859
RGB
CMYK
RGB Variations
Color information
#CC0859 (or 0xCC0859) is known color: Ruby. HEX triplet: CC, 08 and 59. RGB value is (204,8,89). Sum of RGB (Red+Green+Blue) = 204+8+89=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0859 is #33F7A6. Grayscale: #4B4B4B. Windows color (decimal): -3405735 or 5834956. OLE color: 5834956.
HSL color Cylindrical-coordinate representation of color #CC0859: hue angle of 335.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0859 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.2 |
| HSL | 335.2º | 0.92% | 0.42% | - |
| HSV(B) | 335.2º | 0.96% | 0.8% | - |
| XYZ | 26.79 | 13.73 | 10.69 | - |
| YUV | 75.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 89 | 0 | 0.96 | 0.56 | 0.2 | 335.2 | 0.92 | 0.42 |
| Hex | CC | 8 | 59 | 0 | 60 | 38 | 14 | 14F | 5C | 2A |
| Octal | 314 | 10 | 131 | 0 | 140 | 70 | 24 | 517 | 134 | 52 |
| Binary | 11001100 | 1000 | 1011001 | 0 | 1100000 | 111000 | 10100 | 101001111 | 1011100 | 101010 |
Color Harmonies of #CC0859
Complementary color
Monochromatic Colors of #CC0859
Black with #CC0859
Text Example
Text Example
White with #CC0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0859; }
p { color: rgb(204,8,89); }
H1.HeaderClassName
{
color: #CC0859;
}
.AnyTagClassName
{
color: #CC0859;
}
</style>
background-color css
<style>
a { background-color: #CC0859; }
a { background-color: rgb(204,8,89); }
div.DivClassName
{
background-color: #CC0859;
}
.BgClassName
{
background-color: #CC0859;
}
</style>
border-color css
<style>
span { border-color: #CC0859; }
span { border-color: rgb(204,8,89); }
td.TdClassName
{
border-color: #CC0859;
}
.TagClassName
{
border-color: #CC0859;
}
</style>