Shades of Ruby #CC095D
Tints of Ruby #CC095D
RGB
CMYK
RGB Variations
Color information
#CC095D (or 0xCC095D) is known color: Ruby. HEX triplet: CC, 09 and 5D. RGB value is (204,9,93). Sum of RGB (Red+Green+Blue) = 204+9+93=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC095D is #33F6A2. Grayscale: #4C4C4C. Windows color (decimal): -3405475 or 6097356. OLE color: 6097356.
HSL color Cylindrical-coordinate representation of color #CC095D: hue angle of 334.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC095D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.2 |
| HSL | 334.15º | 0.92% | 0.42% | - |
| HSV(B) | 334.15º | 0.96% | 0.8% | - |
| XYZ | 26.98 | 13.82 | 11.6 | - |
| YUV | 76.88 | 137.1 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 93 | 0 | 0.96 | 0.54 | 0.2 | 334.15 | 0.92 | 0.42 |
| Hex | CC | 9 | 5D | 0 | 60 | 36 | 14 | 14E | 5C | 2A |
| Octal | 314 | 11 | 135 | 0 | 140 | 66 | 24 | 516 | 134 | 52 |
| Binary | 11001100 | 1001 | 1011101 | 0 | 1100000 | 110110 | 10100 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CC095D
Complementary color
Monochromatic Colors of #CC095D
Black with #CC095D
Text Example
Text Example
White with #CC095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC095D; }
p { color: rgb(204,9,93); }
H1.HeaderClassName
{
color: #CC095D;
}
.AnyTagClassName
{
color: #CC095D;
}
</style>
background-color css
<style>
a { background-color: #CC095D; }
a { background-color: rgb(204,9,93); }
div.DivClassName
{
background-color: #CC095D;
}
.BgClassName
{
background-color: #CC095D;
}
</style>
border-color css
<style>
span { border-color: #CC095D; }
span { border-color: rgb(204,9,93); }
td.TdClassName
{
border-color: #CC095D;
}
.TagClassName
{
border-color: #CC095D;
}
</style>