Shades of Ruby #CC155B
Tints of Ruby #CC155B
RGB
CMYK
RGB Variations
Color information
#CC155B (or 0xCC155B) is known color: Ruby. HEX triplet: CC, 15 and 5B. RGB value is (204,21,91). Sum of RGB (Red+Green+Blue) = 204+21+91=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC155B is #33EAA4. Grayscale: #535353. Windows color (decimal): -3402405 or 5969356. OLE color: 5969356.
HSL color Cylindrical-coordinate representation of color #CC155B: hue angle of 337.05º 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 #CC155B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 91 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.2 |
| HSL | 337.05º | 0.81% | 0.44% | - |
| HSV(B) | 337.05º | 0.9% | 0.8% | - |
| XYZ | 27.06 | 14.13 | 11.2 | - |
| YUV | 83.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 91 | 0 | 0.90 | 0.55 | 0.2 | 337.05 | 0.81 | 0.44 |
| Hex | CC | 15 | 5B | 0 | 5A | 37 | 14 | 151 | 51 | 2C |
| Octal | 314 | 25 | 133 | 0 | 132 | 67 | 24 | 521 | 121 | 54 |
| Binary | 11001100 | 10101 | 1011011 | 0 | 1011010 | 110111 | 10100 | 101010001 | 1010001 | 101100 |
Color Harmonies of #CC155B
Complementary color
Monochromatic Colors of #CC155B
Black with #CC155B
Text Example
Text Example
White with #CC155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC155B; }
p { color: rgb(204,21,91); }
H1.HeaderClassName
{
color: #CC155B;
}
.AnyTagClassName
{
color: #CC155B;
}
</style>
background-color css
<style>
a { background-color: #CC155B; }
a { background-color: rgb(204,21,91); }
div.DivClassName
{
background-color: #CC155B;
}
.BgClassName
{
background-color: #CC155B;
}
</style>
border-color css
<style>
span { border-color: #CC155B; }
span { border-color: rgb(204,21,91); }
td.TdClassName
{
border-color: #CC155B;
}
.TagClassName
{
border-color: #CC155B;
}
</style>