Shades of Ruby #CD0769
Tints of Ruby #CD0769
RGB
CMYK
RGB Variations
Color information
#CD0769 (or 0xCD0769) is known color: Ruby. HEX triplet: CD, 07 and 69. RGB value is (205,7,105). Sum of RGB (Red+Green+Blue) = 205+7+105=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0769 is #32F896. Grayscale: #4D4D4D. Windows color (decimal): -3340439 or 6883277. OLE color: 6883277.
HSL color Cylindrical-coordinate representation of color #CD0769: hue angle of 330.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD0769 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 105 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.20 |
| HSL | 330.3º | 0.93% | 0.42% | - |
| HSV(B) | 330.3º | 0.97% | 0.8% | - |
| XYZ | 27.8 | 14.15 | 14.63 | - |
| YUV | 77.37 | 143.6 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 105 | 0 | 0.97 | 0.49 | 0.20 | 330.3 | 0.93 | 0.42 |
| Hex | CD | 7 | 69 | 0 | 61 | 31 | 14 | 14A | 5D | 2A |
| Octal | 315 | 7 | 151 | 0 | 141 | 61 | 24 | 512 | 135 | 52 |
| Binary | 11001101 | 111 | 1101001 | 0 | 1100001 | 110001 | 10100 | 101001010 | 1011101 | 101010 |
Color Harmonies of #CD0769
Complementary color
Monochromatic Colors of #CD0769
Black with #CD0769
Text Example
Text Example
White with #CD0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0769; }
p { color: rgb(205,7,105); }
H1.HeaderClassName
{
color: #CD0769;
}
.AnyTagClassName
{
color: #CD0769;
}
</style>
background-color css
<style>
a { background-color: #CD0769; }
a { background-color: rgb(205,7,105); }
div.DivClassName
{
background-color: #CD0769;
}
.BgClassName
{
background-color: #CD0769;
}
</style>
border-color css
<style>
span { border-color: #CD0769; }
span { border-color: rgb(205,7,105); }
td.TdClassName
{
border-color: #CD0769;
}
.TagClassName
{
border-color: #CD0769;
}
</style>