Shades of Ruby #CC0A55
Tints of Ruby #CC0A55
RGB
CMYK
RGB Variations
Color information
#CC0A55 (or 0xCC0A55) is known color: Ruby. HEX triplet: CC, 0A and 55. RGB value is (204,10,85). Sum of RGB (Red+Green+Blue) = 204+10+85=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A55 is #33F5AA. Grayscale: #4C4C4C. Windows color (decimal): -3405227 or 5573324. OLE color: 5573324.
HSL color Cylindrical-coordinate representation of color #CC0A55: hue angle of 336.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A55 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 85 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.2 |
| HSL | 336.8º | 0.91% | 0.42% | - |
| HSV(B) | 336.8º | 0.95% | 0.8% | - |
| XYZ | 26.65 | 13.71 | 9.84 | - |
| YUV | 76.56 | 132.77 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 85 | 0 | 0.95 | 0.58 | 0.2 | 336.8 | 0.91 | 0.42 |
| Hex | CC | A | 55 | 0 | 5F | 3A | 14 | 151 | 5B | 2A |
| Octal | 314 | 12 | 125 | 0 | 137 | 72 | 24 | 521 | 133 | 52 |
| Binary | 11001100 | 1010 | 1010101 | 0 | 1011111 | 111010 | 10100 | 101010001 | 1011011 | 101010 |
Color Harmonies of #CC0A55
Complementary color
Monochromatic Colors of #CC0A55
Black with #CC0A55
Text Example
Text Example
White with #CC0A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A55; }
p { color: rgb(204,10,85); }
H1.HeaderClassName
{
color: #CC0A55;
}
.AnyTagClassName
{
color: #CC0A55;
}
</style>
background-color css
<style>
a { background-color: #CC0A55; }
a { background-color: rgb(204,10,85); }
div.DivClassName
{
background-color: #CC0A55;
}
.BgClassName
{
background-color: #CC0A55;
}
</style>
border-color css
<style>
span { border-color: #CC0A55; }
span { border-color: rgb(204,10,85); }
td.TdClassName
{
border-color: #CC0A55;
}
.TagClassName
{
border-color: #CC0A55;
}
</style>