Shades of Ruby #CD086C
Tints of Ruby #CD086C
RGB
CMYK
RGB Variations
Color information
#CD086C (or 0xCD086C) is known color: Ruby. HEX triplet: CD, 08 and 6C. RGB value is (205,8,108). Sum of RGB (Red+Green+Blue) = 205+8+108=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD086C is #32F793. Grayscale: #4E4E4E. Windows color (decimal): -3340180 or 7080141. OLE color: 7080141.
HSL color Cylindrical-coordinate representation of color #CD086C: hue angle of 329.54º 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 #CD086C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.20 |
| HSL | 329.54º | 0.92% | 0.42% | - |
| HSV(B) | 329.54º | 0.96% | 0.8% | - |
| XYZ | 27.97 | 14.24 | 15.46 | - |
| YUV | 78.3 | 144.77 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 108 | 0 | 0.96 | 0.47 | 0.20 | 329.54 | 0.92 | 0.42 |
| Hex | CD | 8 | 6C | 0 | 60 | 2F | 14 | 14A | 5C | 2A |
| Octal | 315 | 10 | 154 | 0 | 140 | 57 | 24 | 512 | 134 | 52 |
| Binary | 11001101 | 1000 | 1101100 | 0 | 1100000 | 101111 | 10100 | 101001010 | 1011100 | 101010 |
Color Harmonies of #CD086C
Complementary color
Monochromatic Colors of #CD086C
Black with #CD086C
Text Example
Text Example
White with #CD086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD086C; }
p { color: rgb(205,8,108); }
H1.HeaderClassName
{
color: #CD086C;
}
.AnyTagClassName
{
color: #CD086C;
}
</style>
background-color css
<style>
a { background-color: #CD086C; }
a { background-color: rgb(205,8,108); }
div.DivClassName
{
background-color: #CD086C;
}
.BgClassName
{
background-color: #CD086C;
}
</style>
border-color css
<style>
span { border-color: #CD086C; }
span { border-color: rgb(205,8,108); }
td.TdClassName
{
border-color: #CD086C;
}
.TagClassName
{
border-color: #CD086C;
}
</style>