Shades of Ruby #CC0B55
Tints of Ruby #CC0B55
RGB
CMYK
RGB Variations
Color information
#CC0B55 (or 0xCC0B55) is known color: Ruby. HEX triplet: CC, 0B and 55. RGB value is (204,11,85). Sum of RGB (Red+Green+Blue) = 204+11+85=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B55 is #33F4AA. Grayscale: #4D4D4D. Windows color (decimal): -3404971 or 5573580. OLE color: 5573580.
HSL color Cylindrical-coordinate representation of color #CC0B55: hue angle of 336.99º degrees, saturation: 0.9, 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 #CC0B55 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 85 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.2 |
| HSL | 336.99º | 0.9% | 0.42% | - |
| HSV(B) | 336.99º | 0.95% | 0.8% | - |
| XYZ | 26.66 | 13.73 | 9.84 | - |
| YUV | 77.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 85 | 0 | 0.95 | 0.58 | 0.2 | 336.99 | 0.9 | 0.42 |
| Hex | CC | B | 55 | 0 | 5F | 3A | 14 | 151 | 5A | 2A |
| Octal | 314 | 13 | 125 | 0 | 137 | 72 | 24 | 521 | 132 | 52 |
| Binary | 11001100 | 1011 | 1010101 | 0 | 1011111 | 111010 | 10100 | 101010001 | 1011010 | 101010 |
Color Harmonies of #CC0B55
Complementary color
Monochromatic Colors of #CC0B55
Black with #CC0B55
Text Example
Text Example
White with #CC0B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B55; }
p { color: rgb(204,11,85); }
H1.HeaderClassName
{
color: #CC0B55;
}
.AnyTagClassName
{
color: #CC0B55;
}
</style>
background-color css
<style>
a { background-color: #CC0B55; }
a { background-color: rgb(204,11,85); }
div.DivClassName
{
background-color: #CC0B55;
}
.BgClassName
{
background-color: #CC0B55;
}
</style>
border-color css
<style>
span { border-color: #CC0B55; }
span { border-color: rgb(204,11,85); }
td.TdClassName
{
border-color: #CC0B55;
}
.TagClassName
{
border-color: #CC0B55;
}
</style>