Shades of Ruby #CD0669
Tints of Ruby #CD0669
RGB
CMYK
RGB Variations
Color information
#CD0669 (or 0xCD0669) is known color: Ruby. HEX triplet: CD, 06 and 69. RGB value is (205,6,105). Sum of RGB (Red+Green+Blue) = 205+6+105=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0669 is #32F996. Grayscale: #4C4C4C. Windows color (decimal): -3340695 or 6883021. OLE color: 6883021.
HSL color Cylindrical-coordinate representation of color #CD0669: hue angle of 330.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0669 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.20 |
| HSL | 330.15º | 0.94% | 0.41% | - |
| HSV(B) | 330.15º | 0.97% | 0.8% | - |
| XYZ | 27.79 | 14.13 | 14.63 | - |
| YUV | 76.79 | 143.93 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 105 | 0 | 0.97 | 0.49 | 0.20 | 330.15 | 0.94 | 0.41 |
| Hex | CD | 6 | 69 | 0 | 61 | 31 | 14 | 14A | 5E | 29 |
| Octal | 315 | 6 | 151 | 0 | 141 | 61 | 24 | 512 | 136 | 51 |
| Binary | 11001101 | 110 | 1101001 | 0 | 1100001 | 110001 | 10100 | 101001010 | 1011110 | 101001 |
Color Harmonies of #CD0669
Complementary color
Monochromatic Colors of #CD0669
Black with #CD0669
Text Example
Text Example
White with #CD0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0669; }
p { color: rgb(205,6,105); }
H1.HeaderClassName
{
color: #CD0669;
}
.AnyTagClassName
{
color: #CD0669;
}
</style>
background-color css
<style>
a { background-color: #CD0669; }
a { background-color: rgb(205,6,105); }
div.DivClassName
{
background-color: #CD0669;
}
.BgClassName
{
background-color: #CD0669;
}
</style>
border-color css
<style>
span { border-color: #CD0669; }
span { border-color: rgb(205,6,105); }
td.TdClassName
{
border-color: #CD0669;
}
.TagClassName
{
border-color: #CD0669;
}
</style>