Shades of Ruby #CC165C
Tints of Ruby #CC165C
RGB
CMYK
RGB Variations
Color information
#CC165C (or 0xCC165C) is known color: Ruby. HEX triplet: CC, 16 and 5C. RGB value is (204,22,92). Sum of RGB (Red+Green+Blue) = 204+22+92=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC165C is #33E9A3. Grayscale: #545454. Windows color (decimal): -3402148 or 6035148. OLE color: 6035148.
HSL color Cylindrical-coordinate representation of color #CC165C: hue angle of 336.92º 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 #CC165C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.2 |
| HSL | 336.92º | 0.81% | 0.44% | - |
| HSV(B) | 336.92º | 0.89% | 0.8% | - |
| XYZ | 27.12 | 14.18 | 11.43 | - |
| YUV | 84.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 92 | 0 | 0.89 | 0.55 | 0.2 | 336.92 | 0.81 | 0.44 |
| Hex | CC | 16 | 5C | 0 | 59 | 37 | 14 | 151 | 51 | 2C |
| Octal | 314 | 26 | 134 | 0 | 131 | 67 | 24 | 521 | 121 | 54 |
| Binary | 11001100 | 10110 | 1011100 | 0 | 1011001 | 110111 | 10100 | 101010001 | 1010001 | 101100 |
Color Harmonies of #CC165C
Complementary color
Monochromatic Colors of #CC165C
Black with #CC165C
Text Example
Text Example
White with #CC165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC165C; }
p { color: rgb(204,22,92); }
H1.HeaderClassName
{
color: #CC165C;
}
.AnyTagClassName
{
color: #CC165C;
}
</style>
background-color css
<style>
a { background-color: #CC165C; }
a { background-color: rgb(204,22,92); }
div.DivClassName
{
background-color: #CC165C;
}
.BgClassName
{
background-color: #CC165C;
}
</style>
border-color css
<style>
span { border-color: #CC165C; }
span { border-color: rgb(204,22,92); }
td.TdClassName
{
border-color: #CC165C;
}
.TagClassName
{
border-color: #CC165C;
}
</style>