Shades of Ruby #CC0966
Tints of Ruby #CC0966
RGB
CMYK
RGB Variations
Color information
#CC0966 (or 0xCC0966) is known color: Ruby. HEX triplet: CC, 09 and 66. RGB value is (204,9,102). Sum of RGB (Red+Green+Blue) = 204+9+102=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0966 is #33F699. Grayscale: #4D4D4D. Windows color (decimal): -3405466 or 6687180. OLE color: 6687180.
HSL color Cylindrical-coordinate representation of color #CC0966: hue angle of 331.38º 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 #CC0966 is Cyan = 0, Magento = 0.96, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.5 | 0.2 |
| HSL | 331.38º | 0.92% | 0.42% | - |
| HSV(B) | 331.38º | 0.96% | 0.8% | - |
| XYZ | 27.4 | 13.99 | 13.83 | - |
| YUV | 77.91 | 141.6 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 102 | 0 | 0.96 | 0.5 | 0.2 | 331.38 | 0.92 | 0.42 |
| Hex | CC | 9 | 66 | 0 | 60 | 32 | 14 | 14B | 5C | 2A |
| Octal | 314 | 11 | 146 | 0 | 140 | 62 | 24 | 513 | 134 | 52 |
| Binary | 11001100 | 1001 | 1100110 | 0 | 1100000 | 110010 | 10100 | 101001011 | 1011100 | 101010 |
Color Harmonies of #CC0966
Complementary color
Monochromatic Colors of #CC0966
Black with #CC0966
Text Example
Text Example
White with #CC0966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0966; }
p { color: rgb(204,9,102); }
H1.HeaderClassName
{
color: #CC0966;
}
.AnyTagClassName
{
color: #CC0966;
}
</style>
background-color css
<style>
a { background-color: #CC0966; }
a { background-color: rgb(204,9,102); }
div.DivClassName
{
background-color: #CC0966;
}
.BgClassName
{
background-color: #CC0966;
}
</style>
border-color css
<style>
span { border-color: #CC0966; }
span { border-color: rgb(204,9,102); }
td.TdClassName
{
border-color: #CC0966;
}
.TagClassName
{
border-color: #CC0966;
}
</style>