Shades of Ruby #CC0C6D
Tints of Ruby #CC0C6D
RGB
CMYK
RGB Variations
Color information
#CC0C6D (or 0xCC0C6D) is known color: Ruby. HEX triplet: CC, 0C and 6D. RGB value is (204,12,109). Sum of RGB (Red+Green+Blue) = 204+12+109=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C6D is #33F392. Grayscale: #505050. Windows color (decimal): -3404691 or 7146700. OLE color: 7146700.
HSL color Cylindrical-coordinate representation of color #CC0C6D: hue angle of 329.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0C6D is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 109 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.2 |
| HSL | 329.69º | 0.89% | 0.42% | - |
| HSV(B) | 329.69º | 0.94% | 0.8% | - |
| XYZ | 27.79 | 14.2 | 15.74 | - |
| YUV | 80.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 109 | 0 | 0.94 | 0.47 | 0.2 | 329.69 | 0.89 | 0.42 |
| Hex | CC | C | 6D | 0 | 5E | 2F | 14 | 14A | 59 | 2A |
| Octal | 314 | 14 | 155 | 0 | 136 | 57 | 24 | 512 | 131 | 52 |
| Binary | 11001100 | 1100 | 1101101 | 0 | 1011110 | 101111 | 10100 | 101001010 | 1011001 | 101010 |
Color Harmonies of #CC0C6D
Complementary color
Monochromatic Colors of #CC0C6D
Black with #CC0C6D
Text Example
Text Example
White with #CC0C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C6D; }
p { color: rgb(204,12,109); }
H1.HeaderClassName
{
color: #CC0C6D;
}
.AnyTagClassName
{
color: #CC0C6D;
}
</style>
background-color css
<style>
a { background-color: #CC0C6D; }
a { background-color: rgb(204,12,109); }
div.DivClassName
{
background-color: #CC0C6D;
}
.BgClassName
{
background-color: #CC0C6D;
}
</style>
border-color css
<style>
span { border-color: #CC0C6D; }
span { border-color: rgb(204,12,109); }
td.TdClassName
{
border-color: #CC0C6D;
}
.TagClassName
{
border-color: #CC0C6D;
}
</style>