Shades of Ruby #CC0C5C
Tints of Ruby #CC0C5C
RGB
CMYK
RGB Variations
Color information
#CC0C5C (or 0xCC0C5C) is known color: Ruby. HEX triplet: CC, 0C and 5C. RGB value is (204,12,92). Sum of RGB (Red+Green+Blue) = 204+12+92=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C5C is #33F3A3. Grayscale: #4E4E4E. Windows color (decimal): -3404708 or 6032588. OLE color: 6032588.
HSL color Cylindrical-coordinate representation of color #CC0C5C: hue angle of 335º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C5C is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 92 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.2 |
| HSL | 335º | 0.89% | 0.42% | - |
| HSV(B) | 335º | 0.94% | 0.8% | - |
| XYZ | 26.97 | 13.87 | 11.38 | - |
| YUV | 78.53 | 135.61 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 92 | 0 | 0.94 | 0.55 | 0.2 | 335 | 0.89 | 0.42 |
| Hex | CC | C | 5C | 0 | 5E | 37 | 14 | 14F | 59 | 2A |
| Octal | 314 | 14 | 134 | 0 | 136 | 67 | 24 | 517 | 131 | 52 |
| Binary | 11001100 | 1100 | 1011100 | 0 | 1011110 | 110111 | 10100 | 101001111 | 1011001 | 101010 |
Color Harmonies of #CC0C5C
Complementary color
Monochromatic Colors of #CC0C5C
Black with #CC0C5C
Text Example
Text Example
White with #CC0C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C5C; }
p { color: rgb(204,12,92); }
H1.HeaderClassName
{
color: #CC0C5C;
}
.AnyTagClassName
{
color: #CC0C5C;
}
</style>
background-color css
<style>
a { background-color: #CC0C5C; }
a { background-color: rgb(204,12,92); }
div.DivClassName
{
background-color: #CC0C5C;
}
.BgClassName
{
background-color: #CC0C5C;
}
</style>
border-color css
<style>
span { border-color: #CC0C5C; }
span { border-color: rgb(204,12,92); }
td.TdClassName
{
border-color: #CC0C5C;
}
.TagClassName
{
border-color: #CC0C5C;
}
</style>