Shades of Ruby #CC155A
Tints of Ruby #CC155A
RGB
CMYK
RGB Variations
Color information
#CC155A (or 0xCC155A) is known color: Ruby. HEX triplet: CC, 15 and 5A. RGB value is (204,21,90). Sum of RGB (Red+Green+Blue) = 204+21+90=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC155A is #33EAA5. Grayscale: #535353. Windows color (decimal): -3402406 or 5903820. OLE color: 5903820.
HSL color Cylindrical-coordinate representation of color #CC155A: hue angle of 337.38º 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 #CC155A is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 90 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.2 |
| HSL | 337.38º | 0.81% | 0.44% | - |
| HSV(B) | 337.38º | 0.9% | 0.8% | - |
| XYZ | 27.02 | 14.11 | 10.97 | - |
| YUV | 83.58 | 131.63 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 90 | 0 | 0.90 | 0.56 | 0.2 | 337.38 | 0.81 | 0.44 |
| Hex | CC | 15 | 5A | 0 | 5A | 38 | 14 | 151 | 51 | 2C |
| Octal | 314 | 25 | 132 | 0 | 132 | 70 | 24 | 521 | 121 | 54 |
| Binary | 11001100 | 10101 | 1011010 | 0 | 1011010 | 111000 | 10100 | 101010001 | 1010001 | 101100 |
Color Harmonies of #CC155A
Complementary color
Monochromatic Colors of #CC155A
Black with #CC155A
Text Example
Text Example
White with #CC155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC155A; }
p { color: rgb(204,21,90); }
H1.HeaderClassName
{
color: #CC155A;
}
.AnyTagClassName
{
color: #CC155A;
}
</style>
background-color css
<style>
a { background-color: #CC155A; }
a { background-color: rgb(204,21,90); }
div.DivClassName
{
background-color: #CC155A;
}
.BgClassName
{
background-color: #CC155A;
}
</style>
border-color css
<style>
span { border-color: #CC155A; }
span { border-color: rgb(204,21,90); }
td.TdClassName
{
border-color: #CC155A;
}
.TagClassName
{
border-color: #CC155A;
}
</style>