Shades of Ruby #CC155C
Tints of Ruby #CC155C
RGB
CMYK
RGB Variations
Color information
#CC155C (or 0xCC155C) is known color: Ruby. HEX triplet: CC, 15 and 5C. RGB value is (204,21,92). Sum of RGB (Red+Green+Blue) = 204+21+92=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC155C is #33EAA3. Grayscale: #535353. Windows color (decimal): -3402404 or 6034892. OLE color: 6034892.
HSL color Cylindrical-coordinate representation of color #CC155C: hue angle of 336.72º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC155C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.2 |
| HSL | 336.72º | 0.81% | 0.44% | - |
| HSV(B) | 336.72º | 0.9% | 0.8% | - |
| XYZ | 27.1 | 14.15 | 11.43 | - |
| YUV | 83.81 | 132.63 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 92 | 0 | 0.90 | 0.55 | 0.2 | 336.72 | 0.81 | 0.44 |
| Hex | CC | 15 | 5C | 0 | 5A | 37 | 14 | 151 | 51 | 2C |
| Octal | 314 | 25 | 134 | 0 | 132 | 67 | 24 | 521 | 121 | 54 |
| Binary | 11001100 | 10101 | 1011100 | 0 | 1011010 | 110111 | 10100 | 101010001 | 1010001 | 101100 |
Color Harmonies of #CC155C
Complementary color
Monochromatic Colors of #CC155C
Black with #CC155C
Text Example
Text Example
White with #CC155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC155C; }
p { color: rgb(204,21,92); }
H1.HeaderClassName
{
color: #CC155C;
}
.AnyTagClassName
{
color: #CC155C;
}
</style>
background-color css
<style>
a { background-color: #CC155C; }
a { background-color: rgb(204,21,92); }
div.DivClassName
{
background-color: #CC155C;
}
.BgClassName
{
background-color: #CC155C;
}
</style>
border-color css
<style>
span { border-color: #CC155C; }
span { border-color: rgb(204,21,92); }
td.TdClassName
{
border-color: #CC155C;
}
.TagClassName
{
border-color: #CC155C;
}
</style>