Shades of Ruby #CC0868
Tints of Ruby #CC0868
RGB
CMYK
RGB Variations
Color information
#CC0868 (or 0xCC0868) is known color: Ruby. HEX triplet: CC, 08 and 68. RGB value is (204,8,104). Sum of RGB (Red+Green+Blue) = 204+8+104=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0868 is #33F797. Grayscale: #4D4D4D. Windows color (decimal): -3405720 or 6817996. OLE color: 6817996.
HSL color Cylindrical-coordinate representation of color #CC0868: hue angle of 330.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0868 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.2 |
| HSL | 330.61º | 0.92% | 0.42% | - |
| HSV(B) | 330.61º | 0.96% | 0.8% | - |
| XYZ | 27.49 | 14.01 | 14.35 | - |
| YUV | 77.55 | 142.93 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 104 | 0 | 0.96 | 0.49 | 0.2 | 330.61 | 0.92 | 0.42 |
| Hex | CC | 8 | 68 | 0 | 60 | 31 | 14 | 14B | 5C | 2A |
| Octal | 314 | 10 | 150 | 0 | 140 | 61 | 24 | 513 | 134 | 52 |
| Binary | 11001100 | 1000 | 1101000 | 0 | 1100000 | 110001 | 10100 | 101001011 | 1011100 | 101010 |
Color Harmonies of #CC0868
Complementary color
Monochromatic Colors of #CC0868
Black with #CC0868
Text Example
Text Example
White with #CC0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0868; }
p { color: rgb(204,8,104); }
H1.HeaderClassName
{
color: #CC0868;
}
.AnyTagClassName
{
color: #CC0868;
}
</style>
background-color css
<style>
a { background-color: #CC0868; }
a { background-color: rgb(204,8,104); }
div.DivClassName
{
background-color: #CC0868;
}
.BgClassName
{
background-color: #CC0868;
}
</style>
border-color css
<style>
span { border-color: #CC0868; }
span { border-color: rgb(204,8,104); }
td.TdClassName
{
border-color: #CC0868;
}
.TagClassName
{
border-color: #CC0868;
}
</style>