Shades of Ruby #CD206C
Tints of Ruby #CD206C
RGB
CMYK
RGB Variations
Color information
#CD206C (or 0xCD206C) is known color: Ruby. HEX triplet: CD, 20 and 6C. RGB value is (205,32,108). Sum of RGB (Red+Green+Blue) = 205+32+108=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD206C is #32DF93. Grayscale: #5C5C5C. Windows color (decimal): -3334036 or 7086285. OLE color: 7086285.
HSL color Cylindrical-coordinate representation of color #CD206C: hue angle of 333.64º 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 #CD206C is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 108 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.20 |
| HSL | 333.64º | 0.73% | 0.46% | - |
| HSV(B) | 333.64º | 0.84% | 0.8% | - |
| XYZ | 28.4 | 15.09 | 15.6 | - |
| YUV | 92.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 108 | 0 | 0.84 | 0.47 | 0.20 | 333.64 | 0.73 | 0.46 |
| Hex | CD | 20 | 6C | 0 | 54 | 2F | 14 | 14E | 49 | 2E |
| Octal | 315 | 40 | 154 | 0 | 124 | 57 | 24 | 516 | 111 | 56 |
| Binary | 11001101 | 100000 | 1101100 | 0 | 1010100 | 101111 | 10100 | 101001110 | 1001001 | 101110 |
Color Harmonies of #CD206C
Complementary color
Monochromatic Colors of #CD206C
Black with #CD206C
Text Example
Text Example
White with #CD206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD206C; }
p { color: rgb(205,32,108); }
H1.HeaderClassName
{
color: #CD206C;
}
.AnyTagClassName
{
color: #CD206C;
}
</style>
background-color css
<style>
a { background-color: #CD206C; }
a { background-color: rgb(205,32,108); }
div.DivClassName
{
background-color: #CD206C;
}
.BgClassName
{
background-color: #CD206C;
}
</style>
border-color css
<style>
span { border-color: #CD206C; }
span { border-color: rgb(205,32,108); }
td.TdClassName
{
border-color: #CD206C;
}
.TagClassName
{
border-color: #CD206C;
}
</style>