Shades of Ruby #CC0A6D
Tints of Ruby #CC0A6D
RGB
CMYK
RGB Variations
Color information
#CC0A6D (or 0xCC0A6D) is known color: Ruby. HEX triplet: CC, 0A and 6D. RGB value is (204,10,109). Sum of RGB (Red+Green+Blue) = 204+10+109=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0A6D is #33F592. Grayscale: #4F4F4F. Windows color (decimal): -3405203 or 7146188. OLE color: 7146188.
HSL color Cylindrical-coordinate representation of color #CC0A6D: hue angle of 329.38º 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 #CC0A6D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 109 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.2 |
| HSL | 329.38º | 0.91% | 0.42% | - |
| HSV(B) | 329.38º | 0.95% | 0.8% | - |
| XYZ | 27.77 | 14.16 | 15.74 | - |
| YUV | 79.29 | 144.77 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 109 | 0 | 0.95 | 0.47 | 0.2 | 329.38 | 0.91 | 0.42 |
| Hex | CC | A | 6D | 0 | 5F | 2F | 14 | 149 | 5B | 2A |
| Octal | 314 | 12 | 155 | 0 | 137 | 57 | 24 | 511 | 133 | 52 |
| Binary | 11001100 | 1010 | 1101101 | 0 | 1011111 | 101111 | 10100 | 101001001 | 1011011 | 101010 |
Color Harmonies of #CC0A6D
Complementary color
Monochromatic Colors of #CC0A6D
Black with #CC0A6D
Text Example
Text Example
White with #CC0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A6D; }
p { color: rgb(204,10,109); }
H1.HeaderClassName
{
color: #CC0A6D;
}
.AnyTagClassName
{
color: #CC0A6D;
}
</style>
background-color css
<style>
a { background-color: #CC0A6D; }
a { background-color: rgb(204,10,109); }
div.DivClassName
{
background-color: #CC0A6D;
}
.BgClassName
{
background-color: #CC0A6D;
}
</style>
border-color css
<style>
span { border-color: #CC0A6D; }
span { border-color: rgb(204,10,109); }
td.TdClassName
{
border-color: #CC0A6D;
}
.TagClassName
{
border-color: #CC0A6D;
}
</style>