Shades of Ruby #CC0668
Tints of Ruby #CC0668
RGB
CMYK
RGB Variations
Color information
#CC0668 (or 0xCC0668) is known color: Ruby. HEX triplet: CC, 06 and 68. RGB value is (204,6,104). Sum of RGB (Red+Green+Blue) = 204+6+104=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0668 is #33F997. Grayscale: #4C4C4C. Windows color (decimal): -3406232 or 6817484. OLE color: 6817484.
HSL color Cylindrical-coordinate representation of color #CC0668: hue angle of 330.3º 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 #CC0668 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.2 |
| HSL | 330.3º | 0.94% | 0.41% | - |
| HSV(B) | 330.3º | 0.97% | 0.8% | - |
| XYZ | 27.47 | 13.97 | 14.35 | - |
| YUV | 76.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 104 | 0 | 0.97 | 0.49 | 0.2 | 330.3 | 0.94 | 0.41 |
| Hex | CC | 6 | 68 | 0 | 61 | 31 | 14 | 14A | 5E | 29 |
| Octal | 314 | 6 | 150 | 0 | 141 | 61 | 24 | 512 | 136 | 51 |
| Binary | 11001100 | 110 | 1101000 | 0 | 1100001 | 110001 | 10100 | 101001010 | 1011110 | 101001 |
Color Harmonies of #CC0668
Complementary color
Monochromatic Colors of #CC0668
Black with #CC0668
Text Example
Text Example
White with #CC0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0668; }
p { color: rgb(204,6,104); }
H1.HeaderClassName
{
color: #CC0668;
}
.AnyTagClassName
{
color: #CC0668;
}
</style>
background-color css
<style>
a { background-color: #CC0668; }
a { background-color: rgb(204,6,104); }
div.DivClassName
{
background-color: #CC0668;
}
.BgClassName
{
background-color: #CC0668;
}
</style>
border-color css
<style>
span { border-color: #CC0668; }
span { border-color: rgb(204,6,104); }
td.TdClassName
{
border-color: #CC0668;
}
.TagClassName
{
border-color: #CC0668;
}
</style>