Shades of Ruby #CC0864
Tints of Ruby #CC0864
RGB
CMYK
RGB Variations
Color information
#CC0864 (or 0xCC0864) is known color: Ruby. HEX triplet: CC, 08 and 64. RGB value is (204,8,100). Sum of RGB (Red+Green+Blue) = 204+8+100=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0864 is #33F79B. Grayscale: #4C4C4C. Windows color (decimal): -3405724 or 6555852. OLE color: 6555852.
HSL color Cylindrical-coordinate representation of color #CC0864: hue angle of 331.84º 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 #CC0864 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 100 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.2 |
| HSL | 331.84º | 0.92% | 0.42% | - |
| HSV(B) | 331.84º | 0.96% | 0.8% | - |
| XYZ | 27.29 | 13.93 | 13.31 | - |
| YUV | 77.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 100 | 0 | 0.96 | 0.51 | 0.2 | 331.84 | 0.92 | 0.42 |
| Hex | CC | 8 | 64 | 0 | 60 | 33 | 14 | 14C | 5C | 2A |
| Octal | 314 | 10 | 144 | 0 | 140 | 63 | 24 | 514 | 134 | 52 |
| Binary | 11001100 | 1000 | 1100100 | 0 | 1100000 | 110011 | 10100 | 101001100 | 1011100 | 101010 |
Color Harmonies of #CC0864
Complementary color
Monochromatic Colors of #CC0864
Black with #CC0864
Text Example
Text Example
White with #CC0864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0864; }
p { color: rgb(204,8,100); }
H1.HeaderClassName
{
color: #CC0864;
}
.AnyTagClassName
{
color: #CC0864;
}
</style>
background-color css
<style>
a { background-color: #CC0864; }
a { background-color: rgb(204,8,100); }
div.DivClassName
{
background-color: #CC0864;
}
.BgClassName
{
background-color: #CC0864;
}
</style>
border-color css
<style>
span { border-color: #CC0864; }
span { border-color: rgb(204,8,100); }
td.TdClassName
{
border-color: #CC0864;
}
.TagClassName
{
border-color: #CC0864;
}
</style>