Shades of Ruby #CC2069
Tints of Ruby #CC2069
RGB
CMYK
RGB Variations
Color information
#CC2069 (or 0xCC2069) is known color: Ruby. HEX triplet: CC, 20 and 69. RGB value is (204,32,105). Sum of RGB (Red+Green+Blue) = 204+32+105=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2069 is #33DF96. Grayscale: #5B5B5B. Windows color (decimal): -3399575 or 6889676. OLE color: 6889676.
HSL color Cylindrical-coordinate representation of color #CC2069: hue angle of 334.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2069 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 105 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.2 |
| HSL | 334.53º | 0.73% | 0.46% | - |
| HSV(B) | 334.53º | 0.84% | 0.8% | - |
| XYZ | 27.97 | 14.89 | 14.76 | - |
| YUV | 91.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 105 | 0 | 0.84 | 0.49 | 0.2 | 334.53 | 0.73 | 0.46 |
| Hex | CC | 20 | 69 | 0 | 54 | 31 | 14 | 14F | 49 | 2E |
| Octal | 314 | 40 | 151 | 0 | 124 | 61 | 24 | 517 | 111 | 56 |
| Binary | 11001100 | 100000 | 1101001 | 0 | 1010100 | 110001 | 10100 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CC2069
Complementary color
Monochromatic Colors of #CC2069
Black with #CC2069
Text Example
Text Example
White with #CC2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2069; }
p { color: rgb(204,32,105); }
H1.HeaderClassName
{
color: #CC2069;
}
.AnyTagClassName
{
color: #CC2069;
}
</style>
background-color css
<style>
a { background-color: #CC2069; }
a { background-color: rgb(204,32,105); }
div.DivClassName
{
background-color: #CC2069;
}
.BgClassName
{
background-color: #CC2069;
}
</style>
border-color css
<style>
span { border-color: #CC2069; }
span { border-color: rgb(204,32,105); }
td.TdClassName
{
border-color: #CC2069;
}
.TagClassName
{
border-color: #CC2069;
}
</style>