Shades of Ruby #CC156D
Tints of Ruby #CC156D
RGB
CMYK
RGB Variations
Color information
#CC156D (or 0xCC156D) is known color: Ruby. HEX triplet: CC, 15 and 6D. RGB value is (204,21,109). Sum of RGB (Red+Green+Blue) = 204+21+109=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC156D is #33EA92. Grayscale: #555555. Windows color (decimal): -3402387 or 7149004. OLE color: 7149004.
HSL color Cylindrical-coordinate representation of color #CC156D: hue angle of 331.15º 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 #CC156D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 109 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.2 |
| HSL | 331.15º | 0.81% | 0.44% | - |
| HSV(B) | 331.15º | 0.9% | 0.8% | - |
| XYZ | 27.93 | 14.48 | 15.79 | - |
| YUV | 85.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 109 | 0 | 0.90 | 0.47 | 0.2 | 331.15 | 0.81 | 0.44 |
| Hex | CC | 15 | 6D | 0 | 5A | 2F | 14 | 14B | 51 | 2C |
| Octal | 314 | 25 | 155 | 0 | 132 | 57 | 24 | 513 | 121 | 54 |
| Binary | 11001100 | 10101 | 1101101 | 0 | 1011010 | 101111 | 10100 | 101001011 | 1010001 | 101100 |
Color Harmonies of #CC156D
Complementary color
Monochromatic Colors of #CC156D
Black with #CC156D
Text Example
Text Example
White with #CC156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC156D; }
p { color: rgb(204,21,109); }
H1.HeaderClassName
{
color: #CC156D;
}
.AnyTagClassName
{
color: #CC156D;
}
</style>
background-color css
<style>
a { background-color: #CC156D; }
a { background-color: rgb(204,21,109); }
div.DivClassName
{
background-color: #CC156D;
}
.BgClassName
{
background-color: #CC156D;
}
</style>
border-color css
<style>
span { border-color: #CC156D; }
span { border-color: rgb(204,21,109); }
td.TdClassName
{
border-color: #CC156D;
}
.TagClassName
{
border-color: #CC156D;
}
</style>