Shades of Ruby #CC1663
Tints of Ruby #CC1663
RGB
CMYK
RGB Variations
Color information
#CC1663 (or 0xCC1663) is known color: Ruby. HEX triplet: CC, 16 and 63. RGB value is (204,22,99). Sum of RGB (Red+Green+Blue) = 204+22+99=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1663 is #33E99C. Grayscale: #555555. Windows color (decimal): -3402141 or 6493900. OLE color: 6493900.
HSL color Cylindrical-coordinate representation of color #CC1663: hue angle of 334.62º 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 #CC1663 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 99 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.2 |
| HSL | 334.62º | 0.81% | 0.44% | - |
| HSV(B) | 334.62º | 0.89% | 0.8% | - |
| XYZ | 27.44 | 14.31 | 13.12 | - |
| YUV | 85.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 99 | 0 | 0.89 | 0.51 | 0.2 | 334.62 | 0.81 | 0.44 |
| Hex | CC | 16 | 63 | 0 | 59 | 33 | 14 | 14F | 51 | 2C |
| Octal | 314 | 26 | 143 | 0 | 131 | 63 | 24 | 517 | 121 | 54 |
| Binary | 11001100 | 10110 | 1100011 | 0 | 1011001 | 110011 | 10100 | 101001111 | 1010001 | 101100 |
Color Harmonies of #CC1663
Complementary color
Monochromatic Colors of #CC1663
Black with #CC1663
Text Example
Text Example
White with #CC1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1663; }
p { color: rgb(204,22,99); }
H1.HeaderClassName
{
color: #CC1663;
}
.AnyTagClassName
{
color: #CC1663;
}
</style>
background-color css
<style>
a { background-color: #CC1663; }
a { background-color: rgb(204,22,99); }
div.DivClassName
{
background-color: #CC1663;
}
.BgClassName
{
background-color: #CC1663;
}
</style>
border-color css
<style>
span { border-color: #CC1663; }
span { border-color: rgb(204,22,99); }
td.TdClassName
{
border-color: #CC1663;
}
.TagClassName
{
border-color: #CC1663;
}
</style>