Shades of Ruby #CD176B
Tints of Ruby #CD176B
RGB
CMYK
RGB Variations
Color information
#CD176B (or 0xCD176B) is known color: Ruby. HEX triplet: CD, 17 and 6B. RGB value is (205,23,107). Sum of RGB (Red+Green+Blue) = 205+23+107=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD176B is #32E894. Grayscale: #565656. Windows color (decimal): -3336341 or 7018445. OLE color: 7018445.
HSL color Cylindrical-coordinate representation of color #CD176B: hue angle of 332.31º degrees, saturation: 0.8, 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 #CD176B is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 23 | 107 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.20 |
| HSL | 332.31º | 0.8% | 0.45% | - |
| HSV(B) | 332.31º | 0.89% | 0.8% | - |
| XYZ | 28.14 | 14.65 | 15.26 | - |
| YUV | 86.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 23 | 107 | 0 | 0.89 | 0.48 | 0.20 | 332.31 | 0.8 | 0.45 |
| Hex | CD | 17 | 6B | 0 | 59 | 30 | 14 | 14C | 50 | 2D |
| Octal | 315 | 27 | 153 | 0 | 131 | 60 | 24 | 514 | 120 | 55 |
| Binary | 11001101 | 10111 | 1101011 | 0 | 1011001 | 110000 | 10100 | 101001100 | 1010000 | 101101 |
Color Harmonies of #CD176B
Complementary color
Monochromatic Colors of #CD176B
Black with #CD176B
Text Example
Text Example
White with #CD176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD176B; }
p { color: rgb(205,23,107); }
H1.HeaderClassName
{
color: #CD176B;
}
.AnyTagClassName
{
color: #CD176B;
}
</style>
background-color css
<style>
a { background-color: #CD176B; }
a { background-color: rgb(205,23,107); }
div.DivClassName
{
background-color: #CD176B;
}
.BgClassName
{
background-color: #CD176B;
}
</style>
border-color css
<style>
span { border-color: #CD176B; }
span { border-color: rgb(205,23,107); }
td.TdClassName
{
border-color: #CD176B;
}
.TagClassName
{
border-color: #CD176B;
}
</style>