Shades of Ruby #CC0069
Tints of Ruby #CC0069
RGB
CMYK
RGB Variations
Color information
#CC0069 (or 0xCC0069) is known color: Ruby. HEX triplet: CC, 00 and 69. RGB value is (204,0,105). Sum of RGB (Red+Green+Blue) = 204+0+105=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0069 is #33FF96. Grayscale: #484848. Windows color (decimal): -3407767 or 6881484. OLE color: 6881484.
HSL color Cylindrical-coordinate representation of color #CC0069: hue angle of 329.12º 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 #CC0069 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.49 | 0.2 |
| HSL | 329.12º | 1% | 0.4% | - |
| HSV(B) | 329.12º | 1% | 0.8% | - |
| XYZ | 27.45 | 13.86 | 14.59 | - |
| YUV | 72.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 105 | 0 | 1 | 0.49 | 0.2 | 329.12 | 1 | 0.4 |
| Hex | CC | 0 | 69 | 0 | 64 | 31 | 14 | 149 | 64 | 28 |
| Octal | 314 | 0 | 151 | 0 | 144 | 61 | 24 | 511 | 144 | 50 |
| Binary | 11001100 | 0 | 1101001 | 0 | 1100100 | 110001 | 10100 | 101001001 | 1100100 | 101000 |
Color Harmonies of #CC0069
Complementary color
Monochromatic Colors of #CC0069
Black with #CC0069
Text Example
Text Example
White with #CC0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0069; }
p { color: rgb(204,0,105); }
H1.HeaderClassName
{
color: #CC0069;
}
.AnyTagClassName
{
color: #CC0069;
}
</style>
background-color css
<style>
a { background-color: #CC0069; }
a { background-color: rgb(204,0,105); }
div.DivClassName
{
background-color: #CC0069;
}
.BgClassName
{
background-color: #CC0069;
}
</style>
border-color css
<style>
span { border-color: #CC0069; }
span { border-color: rgb(204,0,105); }
td.TdClassName
{
border-color: #CC0069;
}
.TagClassName
{
border-color: #CC0069;
}
</style>