Shades of Ruby #CC0569
Tints of Ruby #CC0569
RGB
CMYK
RGB Variations
Color information
#CC0569 (or 0xCC0569) is known color: Ruby. HEX triplet: CC, 05 and 69. RGB value is (204,5,105). Sum of RGB (Red+Green+Blue) = 204+5+105=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0569 is #33FA96. Grayscale: #4B4B4B. Windows color (decimal): -3406487 or 6882764. OLE color: 6882764.
HSL color Cylindrical-coordinate representation of color #CC0569: hue angle of 329.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0569 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 105 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.2 |
| HSL | 329.85º | 0.95% | 0.41% | - |
| HSV(B) | 329.85º | 0.98% | 0.8% | - |
| XYZ | 27.51 | 13.97 | 14.61 | - |
| YUV | 75.9 | 144.43 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 105 | 0 | 0.98 | 0.49 | 0.2 | 329.85 | 0.95 | 0.41 |
| Hex | CC | 5 | 69 | 0 | 62 | 31 | 14 | 14A | 5F | 29 |
| Octal | 314 | 5 | 151 | 0 | 142 | 61 | 24 | 512 | 137 | 51 |
| Binary | 11001100 | 101 | 1101001 | 0 | 1100010 | 110001 | 10100 | 101001010 | 1011111 | 101001 |
Color Harmonies of #CC0569
Complementary color
Monochromatic Colors of #CC0569
Black with #CC0569
Text Example
Text Example
White with #CC0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0569; }
p { color: rgb(204,5,105); }
H1.HeaderClassName
{
color: #CC0569;
}
.AnyTagClassName
{
color: #CC0569;
}
</style>
background-color css
<style>
a { background-color: #CC0569; }
a { background-color: rgb(204,5,105); }
div.DivClassName
{
background-color: #CC0569;
}
.BgClassName
{
background-color: #CC0569;
}
</style>
border-color css
<style>
span { border-color: #CC0569; }
span { border-color: rgb(204,5,105); }
td.TdClassName
{
border-color: #CC0569;
}
.TagClassName
{
border-color: #CC0569;
}
</style>