Shades of Ruby #CC0264
Tints of Ruby #CC0264
RGB
CMYK
RGB Variations
Color information
#CC0264 (or 0xCC0264) is known color: Ruby. HEX triplet: CC, 02 and 64. RGB value is (204,2,100). Sum of RGB (Red+Green+Blue) = 204+2+100=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0264 is #33FD9B. Grayscale: #494949. Windows color (decimal): -3407260 or 6554316. OLE color: 6554316.
HSL color Cylindrical-coordinate representation of color #CC0264: hue angle of 330.89º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0264 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.2 |
| HSL | 330.89º | 0.98% | 0.4% | - |
| HSV(B) | 330.89º | 0.99% | 0.8% | - |
| XYZ | 27.22 | 13.8 | 13.29 | - |
| YUV | 73.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 100 | 0 | 0.99 | 0.51 | 0.2 | 330.89 | 0.98 | 0.4 |
| Hex | CC | 2 | 64 | 0 | 63 | 33 | 14 | 14B | 62 | 28 |
| Octal | 314 | 2 | 144 | 0 | 143 | 63 | 24 | 513 | 142 | 50 |
| Binary | 11001100 | 10 | 1100100 | 0 | 1100011 | 110011 | 10100 | 101001011 | 1100010 | 101000 |
Color Harmonies of #CC0264
Complementary color
Monochromatic Colors of #CC0264
Black with #CC0264
Text Example
Text Example
White with #CC0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0264; }
p { color: rgb(204,2,100); }
H1.HeaderClassName
{
color: #CC0264;
}
.AnyTagClassName
{
color: #CC0264;
}
</style>
background-color css
<style>
a { background-color: #CC0264; }
a { background-color: rgb(204,2,100); }
div.DivClassName
{
background-color: #CC0264;
}
.BgClassName
{
background-color: #CC0264;
}
</style>
border-color css
<style>
span { border-color: #CC0264; }
span { border-color: rgb(204,2,100); }
td.TdClassName
{
border-color: #CC0264;
}
.TagClassName
{
border-color: #CC0264;
}
</style>