Shades of Ruby #CC096A
Tints of Ruby #CC096A
RGB
CMYK
RGB Variations
Color information
#CC096A (or 0xCC096A) is known color: Ruby. HEX triplet: CC, 09 and 6A. RGB value is (204,9,106). Sum of RGB (Red+Green+Blue) = 204+9+106=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC096A is #33F695. Grayscale: #4E4E4E. Windows color (decimal): -3405462 or 6949324. OLE color: 6949324.
HSL color Cylindrical-coordinate representation of color #CC096A: hue angle of 330.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 #CC096A is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.2 |
| HSL | 330.15º | 0.92% | 0.42% | - |
| HSV(B) | 330.15º | 0.96% | 0.8% | - |
| XYZ | 27.6 | 14.07 | 14.9 | - |
| YUV | 78.36 | 143.6 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 106 | 0 | 0.96 | 0.48 | 0.2 | 330.15 | 0.92 | 0.42 |
| Hex | CC | 9 | 6A | 0 | 60 | 30 | 14 | 14A | 5C | 2A |
| Octal | 314 | 11 | 152 | 0 | 140 | 60 | 24 | 512 | 134 | 52 |
| Binary | 11001100 | 1001 | 1101010 | 0 | 1100000 | 110000 | 10100 | 101001010 | 1011100 | 101010 |
Color Harmonies of #CC096A
Complementary color
Monochromatic Colors of #CC096A
Black with #CC096A
Text Example
Text Example
White with #CC096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC096A; }
p { color: rgb(204,9,106); }
H1.HeaderClassName
{
color: #CC096A;
}
.AnyTagClassName
{
color: #CC096A;
}
</style>
background-color css
<style>
a { background-color: #CC096A; }
a { background-color: rgb(204,9,106); }
div.DivClassName
{
background-color: #CC096A;
}
.BgClassName
{
background-color: #CC096A;
}
</style>
border-color css
<style>
span { border-color: #CC096A; }
span { border-color: rgb(204,9,106); }
td.TdClassName
{
border-color: #CC096A;
}
.TagClassName
{
border-color: #CC096A;
}
</style>