Shades of Ruby #CC0762
Tints of Ruby #CC0762
RGB
CMYK
RGB Variations
Color information
#CC0762 (or 0xCC0762) is known color: Ruby. HEX triplet: CC, 07 and 62. RGB value is (204,7,98). Sum of RGB (Red+Green+Blue) = 204+7+98=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0762 is #33F89D. Grayscale: #4C4C4C. Windows color (decimal): -3405982 or 6424524. OLE color: 6424524.
HSL color Cylindrical-coordinate representation of color #CC0762: hue angle of 332.28º degrees, saturation: 0.93, 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 #CC0762 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.2 |
| HSL | 332.28º | 0.93% | 0.41% | - |
| HSV(B) | 332.28º | 0.97% | 0.8% | - |
| XYZ | 27.18 | 13.87 | 12.8 | - |
| YUV | 76.28 | 140.27 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 98 | 0 | 0.97 | 0.52 | 0.2 | 332.28 | 0.93 | 0.41 |
| Hex | CC | 7 | 62 | 0 | 61 | 34 | 14 | 14C | 5D | 29 |
| Octal | 314 | 7 | 142 | 0 | 141 | 64 | 24 | 514 | 135 | 51 |
| Binary | 11001100 | 111 | 1100010 | 0 | 1100001 | 110100 | 10100 | 101001100 | 1011101 | 101001 |
Color Harmonies of #CC0762
Complementary color
Monochromatic Colors of #CC0762
Black with #CC0762
Text Example
Text Example
White with #CC0762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0762; }
p { color: rgb(204,7,98); }
H1.HeaderClassName
{
color: #CC0762;
}
.AnyTagClassName
{
color: #CC0762;
}
</style>
background-color css
<style>
a { background-color: #CC0762; }
a { background-color: rgb(204,7,98); }
div.DivClassName
{
background-color: #CC0762;
}
.BgClassName
{
background-color: #CC0762;
}
</style>
border-color css
<style>
span { border-color: #CC0762; }
span { border-color: rgb(204,7,98); }
td.TdClassName
{
border-color: #CC0762;
}
.TagClassName
{
border-color: #CC0762;
}
</style>