Shades of Ruby #CC1062
Tints of Ruby #CC1062
RGB
CMYK
RGB Variations
Color information
#CC1062 (or 0xCC1062) is known color: Ruby. HEX triplet: CC, 10 and 62. RGB value is (204,16,98). Sum of RGB (Red+Green+Blue) = 204+16+98=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1062 is #33EF9D. Grayscale: #515151. Windows color (decimal): -3403678 or 6426828. OLE color: 6426828.
HSL color Cylindrical-coordinate representation of color #CC1062: hue angle of 333.83º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1062 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 98 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.2 |
| HSL | 333.83º | 0.85% | 0.43% | - |
| HSV(B) | 333.83º | 0.92% | 0.8% | - |
| XYZ | 27.29 | 14.09 | 12.84 | - |
| YUV | 81.56 | 137.28 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 98 | 0 | 0.92 | 0.52 | 0.2 | 333.83 | 0.85 | 0.43 |
| Hex | CC | 10 | 62 | 0 | 5C | 34 | 14 | 14E | 55 | 2B |
| Octal | 314 | 20 | 142 | 0 | 134 | 64 | 24 | 516 | 125 | 53 |
| Binary | 11001100 | 10000 | 1100010 | 0 | 1011100 | 110100 | 10100 | 101001110 | 1010101 | 101011 |
Color Harmonies of #CC1062
Complementary color
Monochromatic Colors of #CC1062
Black with #CC1062
Text Example
Text Example
White with #CC1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1062; }
p { color: rgb(204,16,98); }
H1.HeaderClassName
{
color: #CC1062;
}
.AnyTagClassName
{
color: #CC1062;
}
</style>
background-color css
<style>
a { background-color: #CC1062; }
a { background-color: rgb(204,16,98); }
div.DivClassName
{
background-color: #CC1062;
}
.BgClassName
{
background-color: #CC1062;
}
</style>
border-color css
<style>
span { border-color: #CC1062; }
span { border-color: rgb(204,16,98); }
td.TdClassName
{
border-color: #CC1062;
}
.TagClassName
{
border-color: #CC1062;
}
</style>