Shades of Ruby #CC086D
Tints of Ruby #CC086D
RGB
CMYK
RGB Variations
Color information
#CC086D (or 0xCC086D) is known color: Ruby. HEX triplet: CC, 08 and 6D. RGB value is (204,8,109). Sum of RGB (Red+Green+Blue) = 204+8+109=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC086D is #33F792. Grayscale: #4D4D4D. Windows color (decimal): -3405715 or 7145676. OLE color: 7145676.
HSL color Cylindrical-coordinate representation of color #CC086D: hue angle of 329.08º 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 #CC086D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.2 |
| HSL | 329.08º | 0.92% | 0.42% | - |
| HSV(B) | 329.08º | 0.96% | 0.8% | - |
| XYZ | 27.75 | 14.12 | 15.73 | - |
| YUV | 78.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 109 | 0 | 0.96 | 0.47 | 0.2 | 329.08 | 0.92 | 0.42 |
| Hex | CC | 8 | 6D | 0 | 60 | 2F | 14 | 149 | 5C | 2A |
| Octal | 314 | 10 | 155 | 0 | 140 | 57 | 24 | 511 | 134 | 52 |
| Binary | 11001100 | 1000 | 1101101 | 0 | 1100000 | 101111 | 10100 | 101001001 | 1011100 | 101010 |
Color Harmonies of #CC086D
Complementary color
Monochromatic Colors of #CC086D
Black with #CC086D
Text Example
Text Example
White with #CC086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC086D; }
p { color: rgb(204,8,109); }
H1.HeaderClassName
{
color: #CC086D;
}
.AnyTagClassName
{
color: #CC086D;
}
</style>
background-color css
<style>
a { background-color: #CC086D; }
a { background-color: rgb(204,8,109); }
div.DivClassName
{
background-color: #CC086D;
}
.BgClassName
{
background-color: #CC086D;
}
</style>
border-color css
<style>
span { border-color: #CC086D; }
span { border-color: rgb(204,8,109); }
td.TdClassName
{
border-color: #CC086D;
}
.TagClassName
{
border-color: #CC086D;
}
</style>