Shades of Ruby #CC0C6A
Tints of Ruby #CC0C6A
RGB
CMYK
RGB Variations
Color information
#CC0C6A (or 0xCC0C6A) is known color: Ruby. HEX triplet: CC, 0C and 6A. RGB value is (204,12,106). Sum of RGB (Red+Green+Blue) = 204+12+106=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C6A is #33F395. Grayscale: #4F4F4F. Windows color (decimal): -3404694 or 6950092. OLE color: 6950092.
HSL color Cylindrical-coordinate representation of color #CC0C6A: hue angle of 330.62º 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 #CC0C6A is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 106 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.2 |
| HSL | 330.63º | 0.89% | 0.42% | - |
| HSV(B) | 330.63º | 0.94% | 0.8% | - |
| XYZ | 27.63 | 14.14 | 14.91 | - |
| YUV | 80.12 | 142.61 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 106 | 0 | 0.94 | 0.48 | 0.2 | 330.63 | 0.89 | 0.42 |
| Hex | CC | C | 6A | 0 | 5E | 30 | 14 | 14B | 59 | 2A |
| Octal | 314 | 14 | 152 | 0 | 136 | 60 | 24 | 513 | 131 | 52 |
| Binary | 11001100 | 1100 | 1101010 | 0 | 1011110 | 110000 | 10100 | 101001011 | 1011001 | 101010 |
Color Harmonies of #CC0C6A
Complementary color
Monochromatic Colors of #CC0C6A
Black with #CC0C6A
Text Example
Text Example
White with #CC0C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0C6A; }
p { color: rgb(204,12,106); }
H1.HeaderClassName
{
color: #CC0C6A;
}
.AnyTagClassName
{
color: #CC0C6A;
}
</style>
background-color css
<style>
a { background-color: #CC0C6A; }
a { background-color: rgb(204,12,106); }
div.DivClassName
{
background-color: #CC0C6A;
}
.BgClassName
{
background-color: #CC0C6A;
}
</style>
border-color css
<style>
span { border-color: #CC0C6A; }
span { border-color: rgb(204,12,106); }
td.TdClassName
{
border-color: #CC0C6A;
}
.TagClassName
{
border-color: #CC0C6A;
}
</style>