Shades of Ruby #CD006C
Tints of Ruby #CD006C
RGB
CMYK
RGB Variations
Color information
#CD006C (or 0xCD006C) is known color: Ruby. HEX triplet: CD, 00 and 6C. RGB value is (205,0,108). Sum of RGB (Red+Green+Blue) = 205+0+108=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD006C is #32FF93. Grayscale: #494949. Windows color (decimal): -3342228 or 7078093. OLE color: 7078093.
HSL color Cylindrical-coordinate representation of color #CD006C: hue angle of 328.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD006C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.47 | 0.20 |
| HSL | 328.39º | 1% | 0.4% | - |
| HSV(B) | 328.39º | 1% | 0.8% | - |
| XYZ | 27.88 | 14.06 | 15.43 | - |
| YUV | 73.61 | 147.42 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 108 | 0 | 1 | 0.47 | 0.20 | 328.39 | 1 | 0.4 |
| Hex | CD | 0 | 6C | 0 | 64 | 2F | 14 | 148 | 64 | 28 |
| Octal | 315 | 0 | 154 | 0 | 144 | 57 | 24 | 510 | 144 | 50 |
| Binary | 11001101 | 0 | 1101100 | 0 | 1100100 | 101111 | 10100 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CD006C
Complementary color
Monochromatic Colors of #CD006C
Black with #CD006C
Text Example
Text Example
White with #CD006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD006C; }
p { color: rgb(205,0,108); }
H1.HeaderClassName
{
color: #CD006C;
}
.AnyTagClassName
{
color: #CD006C;
}
</style>
background-color css
<style>
a { background-color: #CD006C; }
a { background-color: rgb(205,0,108); }
div.DivClassName
{
background-color: #CD006C;
}
.BgClassName
{
background-color: #CD006C;
}
</style>
border-color css
<style>
span { border-color: #CD006C; }
span { border-color: rgb(205,0,108); }
td.TdClassName
{
border-color: #CD006C;
}
.TagClassName
{
border-color: #CD006C;
}
</style>