Shades of Ruby #CD165C
Tints of Ruby #CD165C
RGB
CMYK
RGB Variations
Color information
#CD165C (or 0xCD165C) is known color: Ruby. HEX triplet: CD, 16 and 5C. RGB value is (205,22,92). Sum of RGB (Red+Green+Blue) = 205+22+92=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD165C is #32E9A3. Grayscale: #545454. Windows color (decimal): -3336612 or 6035149. OLE color: 6035149.
HSL color Cylindrical-coordinate representation of color #CD165C: hue angle of 337.05º 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 #CD165C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 22 | 92 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.20 |
| HSL | 337.05º | 0.81% | 0.45% | - |
| HSV(B) | 337.05º | 0.89% | 0.8% | - |
| XYZ | 27.4 | 14.33 | 11.45 | - |
| YUV | 84.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 92 | 0 | 0.89 | 0.55 | 0.20 | 337.05 | 0.81 | 0.45 |
| Hex | CD | 16 | 5C | 0 | 59 | 37 | 14 | 151 | 51 | 2D |
| Octal | 315 | 26 | 134 | 0 | 131 | 67 | 24 | 521 | 121 | 55 |
| Binary | 11001101 | 10110 | 1011100 | 0 | 1011001 | 110111 | 10100 | 101010001 | 1010001 | 101101 |
Color Harmonies of #CD165C
Complementary color
Monochromatic Colors of #CD165C
Black with #CD165C
Text Example
Text Example
White with #CD165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD165C; }
p { color: rgb(205,22,92); }
H1.HeaderClassName
{
color: #CD165C;
}
.AnyTagClassName
{
color: #CD165C;
}
</style>
background-color css
<style>
a { background-color: #CD165C; }
a { background-color: rgb(205,22,92); }
div.DivClassName
{
background-color: #CD165C;
}
.BgClassName
{
background-color: #CD165C;
}
</style>
border-color css
<style>
span { border-color: #CD165C; }
span { border-color: rgb(205,22,92); }
td.TdClassName
{
border-color: #CD165C;
}
.TagClassName
{
border-color: #CD165C;
}
</style>