Shades of Ruby #CC0662
Tints of Ruby #CC0662
RGB
CMYK
RGB Variations
Color information
#CC0662 (or 0xCC0662) is known color: Ruby. HEX triplet: CC, 06 and 62. RGB value is (204,6,98). Sum of RGB (Red+Green+Blue) = 204+6+98=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0662 is #33F99D. Grayscale: #4B4B4B. Windows color (decimal): -3406238 or 6424268. OLE color: 6424268.
HSL color Cylindrical-coordinate representation of color #CC0662: hue angle of 332.12º 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 #CC0662 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 98 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.2 |
| HSL | 332.12º | 0.94% | 0.41% | - |
| HSV(B) | 332.12º | 0.97% | 0.8% | - |
| XYZ | 27.17 | 13.85 | 12.8 | - |
| YUV | 75.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 98 | 0 | 0.97 | 0.52 | 0.2 | 332.12 | 0.94 | 0.41 |
| Hex | CC | 6 | 62 | 0 | 61 | 34 | 14 | 14C | 5E | 29 |
| Octal | 314 | 6 | 142 | 0 | 141 | 64 | 24 | 514 | 136 | 51 |
| Binary | 11001100 | 110 | 1100010 | 0 | 1100001 | 110100 | 10100 | 101001100 | 1011110 | 101001 |
Color Harmonies of #CC0662
Complementary color
Monochromatic Colors of #CC0662
Black with #CC0662
Text Example
Text Example
White with #CC0662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0662; }
p { color: rgb(204,6,98); }
H1.HeaderClassName
{
color: #CC0662;
}
.AnyTagClassName
{
color: #CC0662;
}
</style>
background-color css
<style>
a { background-color: #CC0662; }
a { background-color: rgb(204,6,98); }
div.DivClassName
{
background-color: #CC0662;
}
.BgClassName
{
background-color: #CC0662;
}
</style>
border-color css
<style>
span { border-color: #CC0662; }
span { border-color: rgb(204,6,98); }
td.TdClassName
{
border-color: #CC0662;
}
.TagClassName
{
border-color: #CC0662;
}
</style>