Shades of Ruby #CC156A
Tints of Ruby #CC156A
RGB
CMYK
RGB Variations
Color information
#CC156A (or 0xCC156A) is known color: Ruby. HEX triplet: CC, 15 and 6A. RGB value is (204,21,106). Sum of RGB (Red+Green+Blue) = 204+21+106=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC156A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC156A is #33EA95. Grayscale: #555555. Windows color (decimal): -3402390 or 6952396. OLE color: 6952396.
HSL color Cylindrical-coordinate representation of color #CC156A: hue angle of 332.13º 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 #CC156A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 106 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.2 |
| HSL | 332.13º | 0.81% | 0.44% | - |
| HSV(B) | 332.13º | 0.9% | 0.8% | - |
| XYZ | 27.77 | 14.41 | 14.95 | - |
| YUV | 85.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 106 | 0 | 0.90 | 0.48 | 0.2 | 332.13 | 0.81 | 0.44 |
| Hex | CC | 15 | 6A | 0 | 5A | 30 | 14 | 14C | 51 | 2C |
| Octal | 314 | 25 | 152 | 0 | 132 | 60 | 24 | 514 | 121 | 54 |
| Binary | 11001100 | 10101 | 1101010 | 0 | 1011010 | 110000 | 10100 | 101001100 | 1010001 | 101100 |
Color Harmonies of #CC156A
Complementary color
Monochromatic Colors of #CC156A
Black with #CC156A
Text Example
Text Example
White with #CC156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC156A; }
p { color: rgb(204,21,106); }
H1.HeaderClassName
{
color: #CC156A;
}
.AnyTagClassName
{
color: #CC156A;
}
</style>
background-color css
<style>
a { background-color: #CC156A; }
a { background-color: rgb(204,21,106); }
div.DivClassName
{
background-color: #CC156A;
}
.BgClassName
{
background-color: #CC156A;
}
</style>
border-color css
<style>
span { border-color: #CC156A; }
span { border-color: rgb(204,21,106); }
td.TdClassName
{
border-color: #CC156A;
}
.TagClassName
{
border-color: #CC156A;
}
</style>