Shades of Ruby #CC1168
Tints of Ruby #CC1168
RGB
CMYK
RGB Variations
Color information
#CC1168 (or 0xCC1168) is known color: Ruby. HEX triplet: CC, 11 and 68. RGB value is (204,17,104). Sum of RGB (Red+Green+Blue) = 204+17+104=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1168 is #33EE97. Grayscale: #525252. Windows color (decimal): -3403416 or 6820300. OLE color: 6820300.
HSL color Cylindrical-coordinate representation of color #CC1168: hue angle of 332.09º 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 #CC1168 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.2 |
| HSL | 332.09º | 0.85% | 0.43% | - |
| HSV(B) | 332.09º | 0.92% | 0.8% | - |
| XYZ | 27.6 | 14.24 | 14.39 | - |
| YUV | 82.83 | 139.95 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 104 | 0 | 0.92 | 0.49 | 0.2 | 332.09 | 0.85 | 0.43 |
| Hex | CC | 11 | 68 | 0 | 5C | 31 | 14 | 14C | 55 | 2B |
| Octal | 314 | 21 | 150 | 0 | 134 | 61 | 24 | 514 | 125 | 53 |
| Binary | 11001100 | 10001 | 1101000 | 0 | 1011100 | 110001 | 10100 | 101001100 | 1010101 | 101011 |
Color Harmonies of #CC1168
Complementary color
Monochromatic Colors of #CC1168
Black with #CC1168
Text Example
Text Example
White with #CC1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1168; }
p { color: rgb(204,17,104); }
H1.HeaderClassName
{
color: #CC1168;
}
.AnyTagClassName
{
color: #CC1168;
}
</style>
background-color css
<style>
a { background-color: #CC1168; }
a { background-color: rgb(204,17,104); }
div.DivClassName
{
background-color: #CC1168;
}
.BgClassName
{
background-color: #CC1168;
}
</style>
border-color css
<style>
span { border-color: #CC1168; }
span { border-color: rgb(204,17,104); }
td.TdClassName
{
border-color: #CC1168;
}
.TagClassName
{
border-color: #CC1168;
}
</style>