Shades of Ruby #CD0B65
Tints of Ruby #CD0B65
RGB
CMYK
RGB Variations
Color information
#CD0B65 (or 0xCD0B65) is known color: Ruby. HEX triplet: CD, 0B and 65. RGB value is (205,11,101). Sum of RGB (Red+Green+Blue) = 205+11+101=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0B65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0B65 is #32F49A. Grayscale: #4F4F4F. Windows color (decimal): -3339419 or 6622157. OLE color: 6622157.
HSL color Cylindrical-coordinate representation of color #CD0B65: hue angle of 332.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD0B65 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 11 | 101 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.20 |
| HSL | 332.16º | 0.9% | 0.42% | - |
| HSV(B) | 332.16º | 0.95% | 0.8% | - |
| XYZ | 27.65 | 14.16 | 13.59 | - |
| YUV | 79.27 | 140.27 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 11 | 101 | 0 | 0.95 | 0.51 | 0.20 | 332.16 | 0.9 | 0.42 |
| Hex | CD | B | 65 | 0 | 5F | 33 | 14 | 14C | 5A | 2A |
| Octal | 315 | 13 | 145 | 0 | 137 | 63 | 24 | 514 | 132 | 52 |
| Binary | 11001101 | 1011 | 1100101 | 0 | 1011111 | 110011 | 10100 | 101001100 | 1011010 | 101010 |
Color Harmonies of #CD0B65
Complementary color
Monochromatic Colors of #CD0B65
Black with #CD0B65
Text Example
Text Example
White with #CD0B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0B65; }
p { color: rgb(205,11,101); }
H1.HeaderClassName
{
color: #CD0B65;
}
.AnyTagClassName
{
color: #CD0B65;
}
</style>
background-color css
<style>
a { background-color: #CD0B65; }
a { background-color: rgb(205,11,101); }
div.DivClassName
{
background-color: #CD0B65;
}
.BgClassName
{
background-color: #CD0B65;
}
</style>
border-color css
<style>
span { border-color: #CD0B65; }
span { border-color: rgb(205,11,101); }
td.TdClassName
{
border-color: #CD0B65;
}
.TagClassName
{
border-color: #CD0B65;
}
</style>