Shades of Ruby #CC185C
Tints of Ruby #CC185C
RGB
CMYK
RGB Variations
Color information
#CC185C (or 0xCC185C) is known color: Ruby. HEX triplet: CC, 18 and 5C. RGB value is (204,24,92). Sum of RGB (Red+Green+Blue) = 204+24+92=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC185C is #33E7A3. Grayscale: #555555. Windows color (decimal): -3401636 or 6035660. OLE color: 6035660.
HSL color Cylindrical-coordinate representation of color #CC185C: hue angle of 337.33º 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 #CC185C is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 92 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.2 |
| HSL | 337.33º | 0.79% | 0.45% | - |
| HSV(B) | 337.33º | 0.88% | 0.8% | - |
| XYZ | 27.16 | 14.26 | 11.45 | - |
| YUV | 85.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 92 | 0 | 0.88 | 0.55 | 0.2 | 337.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 5C | 0 | 58 | 37 | 14 | 151 | 4F | 2D |
| Octal | 314 | 30 | 134 | 0 | 130 | 67 | 24 | 521 | 117 | 55 |
| Binary | 11001100 | 11000 | 1011100 | 0 | 1011000 | 110111 | 10100 | 101010001 | 1001111 | 101101 |
Color Harmonies of #CC185C
Complementary color
Monochromatic Colors of #CC185C
Black with #CC185C
Text Example
Text Example
White with #CC185C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC185C; }
p { color: rgb(204,24,92); }
H1.HeaderClassName
{
color: #CC185C;
}
.AnyTagClassName
{
color: #CC185C;
}
</style>
background-color css
<style>
a { background-color: #CC185C; }
a { background-color: rgb(204,24,92); }
div.DivClassName
{
background-color: #CC185C;
}
.BgClassName
{
background-color: #CC185C;
}
</style>
border-color css
<style>
span { border-color: #CC185C; }
span { border-color: rgb(204,24,92); }
td.TdClassName
{
border-color: #CC185C;
}
.TagClassName
{
border-color: #CC185C;
}
</style>