Shades of Ruby #CC185A
Tints of Ruby #CC185A
RGB
CMYK
RGB Variations
Color information
#CC185A (or 0xCC185A) is known color: Ruby. HEX triplet: CC, 18 and 5A. RGB value is (204,24,90). Sum of RGB (Red+Green+Blue) = 204+24+90=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC185A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC185A is #33E7A5. Grayscale: #555555. Windows color (decimal): -3401638 or 5904588. OLE color: 5904588.
HSL color Cylindrical-coordinate representation of color #CC185A: hue angle of 338º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC185A is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 90 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.2 |
| HSL | 338º | 0.79% | 0.45% | - |
| HSV(B) | 338º | 0.88% | 0.8% | - |
| XYZ | 27.07 | 14.23 | 10.99 | - |
| YUV | 85.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 90 | 0 | 0.88 | 0.56 | 0.2 | 338 | 0.79 | 0.45 |
| Hex | CC | 18 | 5A | 0 | 58 | 38 | 14 | 152 | 4F | 2D |
| Octal | 314 | 30 | 132 | 0 | 130 | 70 | 24 | 522 | 117 | 55 |
| Binary | 11001100 | 11000 | 1011010 | 0 | 1011000 | 111000 | 10100 | 101010010 | 1001111 | 101101 |
Color Harmonies of #CC185A
Complementary color
Monochromatic Colors of #CC185A
Black with #CC185A
Text Example
Text Example
White with #CC185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC185A; }
p { color: rgb(204,24,90); }
H1.HeaderClassName
{
color: #CC185A;
}
.AnyTagClassName
{
color: #CC185A;
}
</style>
background-color css
<style>
a { background-color: #CC185A; }
a { background-color: rgb(204,24,90); }
div.DivClassName
{
background-color: #CC185A;
}
.BgClassName
{
background-color: #CC185A;
}
</style>
border-color css
<style>
span { border-color: #CC185A; }
span { border-color: rgb(204,24,90); }
td.TdClassName
{
border-color: #CC185A;
}
.TagClassName
{
border-color: #CC185A;
}
</style>