Shades of Ruby #CC154F
Tints of Ruby #CC154F
RGB
CMYK
RGB Variations
Color information
#CC154F (or 0xCC154F) is known color: Ruby. HEX triplet: CC, 15 and 4F. RGB value is (204,21,79). Sum of RGB (Red+Green+Blue) = 204+21+79=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC154F is #33EAB0. Grayscale: #525252. Windows color (decimal): -3402417 or 5182924. OLE color: 5182924.
HSL color Cylindrical-coordinate representation of color #CC154F: hue angle of 340.98º 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 #CC154F is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 79 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.2 |
| HSL | 340.98º | 0.81% | 0.44% | - |
| HSV(B) | 340.98º | 0.9% | 0.8% | - |
| XYZ | 26.58 | 13.94 | 8.69 | - |
| YUV | 82.33 | 126.13 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 79 | 0 | 0.90 | 0.61 | 0.2 | 340.98 | 0.81 | 0.44 |
| Hex | CC | 15 | 4F | 0 | 5A | 3D | 14 | 155 | 51 | 2C |
| Octal | 314 | 25 | 117 | 0 | 132 | 75 | 24 | 525 | 121 | 54 |
| Binary | 11001100 | 10101 | 1001111 | 0 | 1011010 | 111101 | 10100 | 101010101 | 1010001 | 101100 |
Color Harmonies of #CC154F
Complementary color
Monochromatic Colors of #CC154F
Black with #CC154F
Text Example
Text Example
White with #CC154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC154F; }
p { color: rgb(204,21,79); }
H1.HeaderClassName
{
color: #CC154F;
}
.AnyTagClassName
{
color: #CC154F;
}
</style>
background-color css
<style>
a { background-color: #CC154F; }
a { background-color: rgb(204,21,79); }
div.DivClassName
{
background-color: #CC154F;
}
.BgClassName
{
background-color: #CC154F;
}
</style>
border-color css
<style>
span { border-color: #CC154F; }
span { border-color: rgb(204,21,79); }
td.TdClassName
{
border-color: #CC154F;
}
.TagClassName
{
border-color: #CC154F;
}
</style>