Shades of Ruby #CC0666
Tints of Ruby #CC0666
RGB
CMYK
RGB Variations
Color information
#CC0666 (or 0xCC0666) is known color: Ruby. HEX triplet: CC, 06 and 66. RGB value is (204,6,102). Sum of RGB (Red+Green+Blue) = 204+6+102=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0666 is #33F999. Grayscale: #4B4B4B. Windows color (decimal): -3406234 or 6686412. OLE color: 6686412.
HSL color Cylindrical-coordinate representation of color #CC0666: hue angle of 330.91º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0666 is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.2 |
| HSL | 330.91º | 0.94% | 0.41% | - |
| HSV(B) | 330.91º | 0.97% | 0.8% | - |
| XYZ | 27.37 | 13.93 | 13.82 | - |
| YUV | 76.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 102 | 0 | 0.97 | 0.5 | 0.2 | 330.91 | 0.94 | 0.41 |
| Hex | CC | 6 | 66 | 0 | 61 | 32 | 14 | 14B | 5E | 29 |
| Octal | 314 | 6 | 146 | 0 | 141 | 62 | 24 | 513 | 136 | 51 |
| Binary | 11001100 | 110 | 1100110 | 0 | 1100001 | 110010 | 10100 | 101001011 | 1011110 | 101001 |
Color Harmonies of #CC0666
Complementary color
Monochromatic Colors of #CC0666
Black with #CC0666
Text Example
Text Example
White with #CC0666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0666; }
p { color: rgb(204,6,102); }
H1.HeaderClassName
{
color: #CC0666;
}
.AnyTagClassName
{
color: #CC0666;
}
</style>
background-color css
<style>
a { background-color: #CC0666; }
a { background-color: rgb(204,6,102); }
div.DivClassName
{
background-color: #CC0666;
}
.BgClassName
{
background-color: #CC0666;
}
</style>
border-color css
<style>
span { border-color: #CC0666; }
span { border-color: rgb(204,6,102); }
td.TdClassName
{
border-color: #CC0666;
}
.TagClassName
{
border-color: #CC0666;
}
</style>