Shades of Ruby #CD006B
Tints of Ruby #CD006B
RGB
CMYK
RGB Variations
Color information
#CD006B (or 0xCD006B) is known color: Ruby. HEX triplet: CD, 00 and 6B. RGB value is (205,0,107). Sum of RGB (Red+Green+Blue) = 205+0+107=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD006B is #32FF94. Grayscale: #494949. Windows color (decimal): -3342229 or 7012557. OLE color: 7012557.
HSL color Cylindrical-coordinate representation of color #CD006B: hue angle of 328.68º 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 #CD006B is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.48 | 0.20 |
| HSL | 328.68º | 1% | 0.4% | - |
| HSV(B) | 328.68º | 1% | 0.8% | - |
| XYZ | 27.83 | 14.04 | 15.15 | - |
| YUV | 73.49 | 146.92 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 107 | 0 | 1 | 0.48 | 0.20 | 328.68 | 1 | 0.4 |
| Hex | CD | 0 | 6B | 0 | 64 | 30 | 14 | 149 | 64 | 28 |
| Octal | 315 | 0 | 153 | 0 | 144 | 60 | 24 | 511 | 144 | 50 |
| Binary | 11001101 | 0 | 1101011 | 0 | 1100100 | 110000 | 10100 | 101001001 | 1100100 | 101000 |
Color Harmonies of #CD006B
Complementary color
Monochromatic Colors of #CD006B
Black with #CD006B
Text Example
Text Example
White with #CD006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD006B; }
p { color: rgb(205,0,107); }
H1.HeaderClassName
{
color: #CD006B;
}
.AnyTagClassName
{
color: #CD006B;
}
</style>
background-color css
<style>
a { background-color: #CD006B; }
a { background-color: rgb(205,0,107); }
div.DivClassName
{
background-color: #CD006B;
}
.BgClassName
{
background-color: #CD006B;
}
</style>
border-color css
<style>
span { border-color: #CD006B; }
span { border-color: rgb(205,0,107); }
td.TdClassName
{
border-color: #CD006B;
}
.TagClassName
{
border-color: #CD006B;
}
</style>