Shades of Ruby #CD165E
Tints of Ruby #CD165E
RGB
CMYK
RGB Variations
Color information
#CD165E (or 0xCD165E) is known color: Ruby. HEX triplet: CD, 16 and 5E. RGB value is (205,22,94). Sum of RGB (Red+Green+Blue) = 205+22+94=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD165E is #32E9A1. Grayscale: #545454. Windows color (decimal): -3336610 or 6166221. OLE color: 6166221.
HSL color Cylindrical-coordinate representation of color #CD165E: hue angle of 336.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD165E is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 94 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.20 |
| HSL | 336.39º | 0.81% | 0.45% | - |
| HSV(B) | 336.39º | 0.89% | 0.8% | - |
| XYZ | 27.48 | 14.36 | 11.91 | - |
| YUV | 84.93 | 133.13 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 94 | 0 | 0.89 | 0.54 | 0.20 | 336.39 | 0.81 | 0.45 |
| Hex | CD | 16 | 5E | 0 | 59 | 36 | 14 | 150 | 51 | 2D |
| Octal | 315 | 26 | 136 | 0 | 131 | 66 | 24 | 520 | 121 | 55 |
| Binary | 11001101 | 10110 | 1011110 | 0 | 1011001 | 110110 | 10100 | 101010000 | 1010001 | 101101 |
Color Harmonies of #CD165E
Complementary color
Monochromatic Colors of #CD165E
Black with #CD165E
Text Example
Text Example
White with #CD165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD165E; }
p { color: rgb(205,22,94); }
H1.HeaderClassName
{
color: #CD165E;
}
.AnyTagClassName
{
color: #CD165E;
}
</style>
background-color css
<style>
a { background-color: #CD165E; }
a { background-color: rgb(205,22,94); }
div.DivClassName
{
background-color: #CD165E;
}
.BgClassName
{
background-color: #CD165E;
}
</style>
border-color css
<style>
span { border-color: #CD165E; }
span { border-color: rgb(205,22,94); }
td.TdClassName
{
border-color: #CD165E;
}
.TagClassName
{
border-color: #CD165E;
}
</style>