Shades of Ruby #CC066B
Tints of Ruby #CC066B
RGB
CMYK
RGB Variations
Color information
#CC066B (or 0xCC066B) is known color: Ruby. HEX triplet: CC, 06 and 6B. RGB value is (204,6,107). Sum of RGB (Red+Green+Blue) = 204+6+107=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC066B is #33F994. Grayscale: #4C4C4C. Windows color (decimal): -3406229 or 7014092. OLE color: 7014092.
HSL color Cylindrical-coordinate representation of color #CC066B: hue angle of 329.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC066B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.2 |
| HSL | 329.39º | 0.94% | 0.41% | - |
| HSV(B) | 329.39º | 0.97% | 0.8% | - |
| XYZ | 27.62 | 14.03 | 15.16 | - |
| YUV | 76.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 6 | 107 | 0 | 0.97 | 0.48 | 0.2 | 329.39 | 0.94 | 0.41 |
| Hex | CC | 6 | 6B | 0 | 61 | 30 | 14 | 149 | 5E | 29 |
| Octal | 314 | 6 | 153 | 0 | 141 | 60 | 24 | 511 | 136 | 51 |
| Binary | 11001100 | 110 | 1101011 | 0 | 1100001 | 110000 | 10100 | 101001001 | 1011110 | 101001 |
Color Harmonies of #CC066B
Complementary color
Monochromatic Colors of #CC066B
Black with #CC066B
Text Example
Text Example
White with #CC066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC066B; }
p { color: rgb(204,6,107); }
H1.HeaderClassName
{
color: #CC066B;
}
.AnyTagClassName
{
color: #CC066B;
}
</style>
background-color css
<style>
a { background-color: #CC066B; }
a { background-color: rgb(204,6,107); }
div.DivClassName
{
background-color: #CC066B;
}
.BgClassName
{
background-color: #CC066B;
}
</style>
border-color css
<style>
span { border-color: #CC066B; }
span { border-color: rgb(204,6,107); }
td.TdClassName
{
border-color: #CC066B;
}
.TagClassName
{
border-color: #CC066B;
}
</style>