Shades of Ruby #CC1662
Tints of Ruby #CC1662
RGB
CMYK
RGB Variations
Color information
#CC1662 (or 0xCC1662) is known color: Ruby. HEX triplet: CC, 16 and 62. RGB value is (204,22,98). Sum of RGB (Red+Green+Blue) = 204+22+98=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1662 is #33E99D. Grayscale: #545454. Windows color (decimal): -3402142 or 6428364. OLE color: 6428364.
HSL color Cylindrical-coordinate representation of color #CC1662: hue angle of 334.95º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1662 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 98 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.2 |
| HSL | 334.95º | 0.81% | 0.44% | - |
| HSV(B) | 334.95º | 0.89% | 0.8% | - |
| XYZ | 27.39 | 14.29 | 12.87 | - |
| YUV | 85.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 98 | 0 | 0.89 | 0.52 | 0.2 | 334.95 | 0.81 | 0.44 |
| Hex | CC | 16 | 62 | 0 | 59 | 34 | 14 | 14F | 51 | 2C |
| Octal | 314 | 26 | 142 | 0 | 131 | 64 | 24 | 517 | 121 | 54 |
| Binary | 11001100 | 10110 | 1100010 | 0 | 1011001 | 110100 | 10100 | 101001111 | 1010001 | 101100 |
Color Harmonies of #CC1662
Complementary color
Monochromatic Colors of #CC1662
Black with #CC1662
Text Example
Text Example
White with #CC1662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1662; }
p { color: rgb(204,22,98); }
H1.HeaderClassName
{
color: #CC1662;
}
.AnyTagClassName
{
color: #CC1662;
}
</style>
background-color css
<style>
a { background-color: #CC1662; }
a { background-color: rgb(204,22,98); }
div.DivClassName
{
background-color: #CC1662;
}
.BgClassName
{
background-color: #CC1662;
}
</style>
border-color css
<style>
span { border-color: #CC1662; }
span { border-color: rgb(204,22,98); }
td.TdClassName
{
border-color: #CC1662;
}
.TagClassName
{
border-color: #CC1662;
}
</style>