Shades of Ruby #CC1668
Tints of Ruby #CC1668
RGB
CMYK
RGB Variations
Color information
#CC1668 (or 0xCC1668) is known color: Ruby. HEX triplet: CC, 16 and 68. RGB value is (204,22,104). Sum of RGB (Red+Green+Blue) = 204+22+104=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1668 is #33E997. Grayscale: #555555. Windows color (decimal): -3402136 or 6821580. OLE color: 6821580.
HSL color Cylindrical-coordinate representation of color #CC1668: hue angle of 332.97º 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 #CC1668 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 104 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.2 |
| HSL | 332.97º | 0.81% | 0.44% | - |
| HSV(B) | 332.97º | 0.89% | 0.8% | - |
| XYZ | 27.69 | 14.41 | 14.42 | - |
| YUV | 85.77 | 138.3 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 104 | 0 | 0.89 | 0.49 | 0.2 | 332.97 | 0.81 | 0.44 |
| Hex | CC | 16 | 68 | 0 | 59 | 31 | 14 | 14D | 51 | 2C |
| Octal | 314 | 26 | 150 | 0 | 131 | 61 | 24 | 515 | 121 | 54 |
| Binary | 11001100 | 10110 | 1101000 | 0 | 1011001 | 110001 | 10100 | 101001101 | 1010001 | 101100 |
Color Harmonies of #CC1668
Complementary color
Monochromatic Colors of #CC1668
Black with #CC1668
Text Example
Text Example
White with #CC1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1668; }
p { color: rgb(204,22,104); }
H1.HeaderClassName
{
color: #CC1668;
}
.AnyTagClassName
{
color: #CC1668;
}
</style>
background-color css
<style>
a { background-color: #CC1668; }
a { background-color: rgb(204,22,104); }
div.DivClassName
{
background-color: #CC1668;
}
.BgClassName
{
background-color: #CC1668;
}
</style>
border-color css
<style>
span { border-color: #CC1668; }
span { border-color: rgb(204,22,104); }
td.TdClassName
{
border-color: #CC1668;
}
.TagClassName
{
border-color: #CC1668;
}
</style>