Shades of Ruby #CC006A
Tints of Ruby #CC006A
RGB
CMYK
RGB Variations
Color information
#CC006A (or 0xCC006A) is known color: Ruby. HEX triplet: CC, 00 and 6A. RGB value is (204,0,106). Sum of RGB (Red+Green+Blue) = 204+0+106=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC006A is #33FF95. Grayscale: #484848. Windows color (decimal): -3407766 or 6947020. OLE color: 6947020.
HSL color Cylindrical-coordinate representation of color #CC006A: hue angle of 328.82º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC006A is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 0 | 106 | - |
CMYK | 0 | 1 | 0.48 | 0.2 |
HSL | 328.82º | 1% | 0.4% | - |
HSV(B) | 328.82º | 1% | 0.8% | - |
XYZ | 27.5 | 13.88 | 14.86 | - |
YUV | 73.08 | 146.59 | 221.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 0 | 106 | 0 | 1 | 0.48 | 0.2 | 328.82 | 1 | 0.4 |
Hex | CC | 0 | 6A | 0 | 64 | 30 | 14 | 149 | 64 | 28 |
Octal | 314 | 0 | 152 | 0 | 144 | 60 | 24 | 511 | 144 | 50 |
Binary | 11001100 | 0 | 1101010 | 0 | 1100100 | 110000 | 10100 | 101001001 | 1100100 | 101000 |
Color Harmonies of #CC006A
Complementary color
Monochromatic Colors of #CC006A
Black with #CC006A
Text Example
Text Example
White with #CC006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC006A; }
p { color: rgb(204,0,106); }
H1.HeaderClassName
{
color: #CC006A;
}
.AnyTagClassName
{
color: #CC006A;
}
</style>
background-color css
<style>
a { background-color: #CC006A; }
a { background-color: rgb(204,0,106); }
div.DivClassName
{
background-color: #CC006A;
}
.BgClassName
{
background-color: #CC006A;
}
</style>
border-color css
<style>
span { border-color: #CC006A; }
span { border-color: rgb(204,0,106); }
td.TdClassName
{
border-color: #CC006A;
}
.TagClassName
{
border-color: #CC006A;
}
</style>