Shades of Ruby #CC1654
Tints of Ruby #CC1654
RGB
CMYK
RGB Variations
Color information
#CC1654 (or 0xCC1654) is known color: Ruby. HEX triplet: CC, 16 and 54. RGB value is (204,22,84). Sum of RGB (Red+Green+Blue) = 204+22+84=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1654 is #33E9AB. Grayscale: #535353. Windows color (decimal): -3402156 or 5510860. OLE color: 5510860.
HSL color Cylindrical-coordinate representation of color #CC1654: hue angle of 339.56º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1654 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 84 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.2 |
| HSL | 339.56º | 0.81% | 0.44% | - |
| HSV(B) | 339.56º | 0.89% | 0.8% | - |
| XYZ | 26.79 | 14.05 | 9.69 | - |
| YUV | 83.49 | 128.3 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 84 | 0 | 0.89 | 0.59 | 0.2 | 339.56 | 0.81 | 0.44 |
| Hex | CC | 16 | 54 | 0 | 59 | 3B | 14 | 154 | 51 | 2C |
| Octal | 314 | 26 | 124 | 0 | 131 | 73 | 24 | 524 | 121 | 54 |
| Binary | 11001100 | 10110 | 1010100 | 0 | 1011001 | 111011 | 10100 | 101010100 | 1010001 | 101100 |
Color Harmonies of #CC1654
Complementary color
Monochromatic Colors of #CC1654
Black with #CC1654
Text Example
Text Example
White with #CC1654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1654; }
p { color: rgb(204,22,84); }
H1.HeaderClassName
{
color: #CC1654;
}
.AnyTagClassName
{
color: #CC1654;
}
</style>
background-color css
<style>
a { background-color: #CC1654; }
a { background-color: rgb(204,22,84); }
div.DivClassName
{
background-color: #CC1654;
}
.BgClassName
{
background-color: #CC1654;
}
</style>
border-color css
<style>
span { border-color: #CC1654; }
span { border-color: rgb(204,22,84); }
td.TdClassName
{
border-color: #CC1654;
}
.TagClassName
{
border-color: #CC1654;
}
</style>