Shades of Ruby #CC0A6C
Tints of Ruby #CC0A6C
RGB
CMYK
RGB Variations
Color information
#CC0A6C (or 0xCC0A6C) is known color: Ruby. HEX triplet: CC, 0A and 6C. RGB value is (204,10,108). Sum of RGB (Red+Green+Blue) = 204+10+108=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A6C is #33F593. Grayscale: #4E4E4E. Windows color (decimal): -3405204 or 7080652. OLE color: 7080652.
HSL color Cylindrical-coordinate representation of color #CC0A6C: hue angle of 329.69º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0A6C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.2 |
| HSL | 329.69º | 0.91% | 0.42% | - |
| HSV(B) | 329.69º | 0.95% | 0.8% | - |
| XYZ | 27.72 | 14.14 | 15.46 | - |
| YUV | 79.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 108 | 0 | 0.95 | 0.47 | 0.2 | 329.69 | 0.91 | 0.42 |
| Hex | CC | A | 6C | 0 | 5F | 2F | 14 | 14A | 5B | 2A |
| Octal | 314 | 12 | 154 | 0 | 137 | 57 | 24 | 512 | 133 | 52 |
| Binary | 11001100 | 1010 | 1101100 | 0 | 1011111 | 101111 | 10100 | 101001010 | 1011011 | 101010 |
Color Harmonies of #CC0A6C
Complementary color
Monochromatic Colors of #CC0A6C
Black with #CC0A6C
Text Example
Text Example
White with #CC0A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A6C; }
p { color: rgb(204,10,108); }
H1.HeaderClassName
{
color: #CC0A6C;
}
.AnyTagClassName
{
color: #CC0A6C;
}
</style>
background-color css
<style>
a { background-color: #CC0A6C; }
a { background-color: rgb(204,10,108); }
div.DivClassName
{
background-color: #CC0A6C;
}
.BgClassName
{
background-color: #CC0A6C;
}
</style>
border-color css
<style>
span { border-color: #CC0A6C; }
span { border-color: rgb(204,10,108); }
td.TdClassName
{
border-color: #CC0A6C;
}
.TagClassName
{
border-color: #CC0A6C;
}
</style>