Shades of Ruby #CC095B
Tints of Ruby #CC095B
RGB
CMYK
RGB Variations
Color information
#CC095B (or 0xCC095B) is known color: Ruby. HEX triplet: CC, 09 and 5B. RGB value is (204,9,91). Sum of RGB (Red+Green+Blue) = 204+9+91=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC095B is #33F6A4. Grayscale: #4C4C4C. Windows color (decimal): -3405477 or 5966284. OLE color: 5966284.
HSL color Cylindrical-coordinate representation of color #CC095B: hue angle of 334.77º 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 #CC095B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.2 |
| HSL | 334.77º | 0.92% | 0.42% | - |
| HSV(B) | 334.77º | 0.96% | 0.8% | - |
| XYZ | 26.89 | 13.79 | 11.14 | - |
| YUV | 76.65 | 136.1 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 91 | 0 | 0.96 | 0.55 | 0.2 | 334.77 | 0.92 | 0.42 |
| Hex | CC | 9 | 5B | 0 | 60 | 37 | 14 | 14F | 5C | 2A |
| Octal | 314 | 11 | 133 | 0 | 140 | 67 | 24 | 517 | 134 | 52 |
| Binary | 11001100 | 1001 | 1011011 | 0 | 1100000 | 110111 | 10100 | 101001111 | 1011100 | 101010 |
Color Harmonies of #CC095B
Complementary color
Monochromatic Colors of #CC095B
Black with #CC095B
Text Example
Text Example
White with #CC095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC095B; }
p { color: rgb(204,9,91); }
H1.HeaderClassName
{
color: #CC095B;
}
.AnyTagClassName
{
color: #CC095B;
}
</style>
background-color css
<style>
a { background-color: #CC095B; }
a { background-color: rgb(204,9,91); }
div.DivClassName
{
background-color: #CC095B;
}
.BgClassName
{
background-color: #CC095B;
}
</style>
border-color css
<style>
span { border-color: #CC095B; }
span { border-color: rgb(204,9,91); }
td.TdClassName
{
border-color: #CC095B;
}
.TagClassName
{
border-color: #CC095B;
}
</style>