Shades of Ruby #CC164F
Tints of Ruby #CC164F
RGB
CMYK
RGB Variations
Color information
#CC164F (or 0xCC164F) is known color: Ruby. HEX triplet: CC, 16 and 4F. RGB value is (204,22,79). Sum of RGB (Red+Green+Blue) = 204+22+79=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC164F is #33E9B0. Grayscale: #525252. Windows color (decimal): -3402161 or 5183180. OLE color: 5183180.
HSL color Cylindrical-coordinate representation of color #CC164F: hue angle of 341.21º 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 #CC164F is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 79 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.2 |
| HSL | 341.21º | 0.81% | 0.44% | - |
| HSV(B) | 341.21º | 0.89% | 0.8% | - |
| XYZ | 26.6 | 13.98 | 8.69 | - |
| YUV | 82.92 | 125.8 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 79 | 0 | 0.89 | 0.61 | 0.2 | 341.21 | 0.81 | 0.44 |
| Hex | CC | 16 | 4F | 0 | 59 | 3D | 14 | 155 | 51 | 2C |
| Octal | 314 | 26 | 117 | 0 | 131 | 75 | 24 | 525 | 121 | 54 |
| Binary | 11001100 | 10110 | 1001111 | 0 | 1011001 | 111101 | 10100 | 101010101 | 1010001 | 101100 |
Color Harmonies of #CC164F
Complementary color
Monochromatic Colors of #CC164F
Black with #CC164F
Text Example
Text Example
White with #CC164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC164F; }
p { color: rgb(204,22,79); }
H1.HeaderClassName
{
color: #CC164F;
}
.AnyTagClassName
{
color: #CC164F;
}
</style>
background-color css
<style>
a { background-color: #CC164F; }
a { background-color: rgb(204,22,79); }
div.DivClassName
{
background-color: #CC164F;
}
.BgClassName
{
background-color: #CC164F;
}
</style>
border-color css
<style>
span { border-color: #CC164F; }
span { border-color: rgb(204,22,79); }
td.TdClassName
{
border-color: #CC164F;
}
.TagClassName
{
border-color: #CC164F;
}
</style>