Shades of Ruby #CC0866
Tints of Ruby #CC0866
RGB
CMYK
RGB Variations
Color information
#CC0866 (or 0xCC0866) is known color: Ruby. HEX triplet: CC, 08 and 66. RGB value is (204,8,102). Sum of RGB (Red+Green+Blue) = 204+8+102=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0866 is #33F799. Grayscale: #4D4D4D. Windows color (decimal): -3405722 or 6686924. OLE color: 6686924.
HSL color Cylindrical-coordinate representation of color #CC0866: hue angle of 331.22º 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 #CC0866 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.2 |
| HSL | 331.22º | 0.92% | 0.42% | - |
| HSV(B) | 331.22º | 0.96% | 0.8% | - |
| XYZ | 27.39 | 13.97 | 13.82 | - |
| YUV | 77.32 | 141.93 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 102 | 0 | 0.96 | 0.5 | 0.2 | 331.22 | 0.92 | 0.42 |
| Hex | CC | 8 | 66 | 0 | 60 | 32 | 14 | 14B | 5C | 2A |
| Octal | 314 | 10 | 146 | 0 | 140 | 62 | 24 | 513 | 134 | 52 |
| Binary | 11001100 | 1000 | 1100110 | 0 | 1100000 | 110010 | 10100 | 101001011 | 1011100 | 101010 |
Color Harmonies of #CC0866
Complementary color
Monochromatic Colors of #CC0866
Black with #CC0866
Text Example
Text Example
White with #CC0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0866; }
p { color: rgb(204,8,102); }
H1.HeaderClassName
{
color: #CC0866;
}
.AnyTagClassName
{
color: #CC0866;
}
</style>
background-color css
<style>
a { background-color: #CC0866; }
a { background-color: rgb(204,8,102); }
div.DivClassName
{
background-color: #CC0866;
}
.BgClassName
{
background-color: #CC0866;
}
</style>
border-color css
<style>
span { border-color: #CC0866; }
span { border-color: rgb(204,8,102); }
td.TdClassName
{
border-color: #CC0866;
}
.TagClassName
{
border-color: #CC0866;
}
</style>