Shades of Ruby #CD156B
Tints of Ruby #CD156B
RGB
CMYK
RGB Variations
Color information
#CD156B (or 0xCD156B) is known color: Ruby. HEX triplet: CD, 15 and 6B. RGB value is (205,21,107). Sum of RGB (Red+Green+Blue) = 205+21+107=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD156B is #32EA94. Grayscale: #555555. Windows color (decimal): -3336853 or 7017933. OLE color: 7017933.
HSL color Cylindrical-coordinate representation of color #CD156B: hue angle of 331.96º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD156B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 107 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.20 |
| HSL | 331.96º | 0.81% | 0.44% | - |
| HSV(B) | 331.96º | 0.9% | 0.8% | - |
| XYZ | 28.1 | 14.58 | 15.24 | - |
| YUV | 85.82 | 139.96 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 107 | 0 | 0.90 | 0.48 | 0.20 | 331.96 | 0.81 | 0.44 |
| Hex | CD | 15 | 6B | 0 | 5A | 30 | 14 | 14C | 51 | 2C |
| Octal | 315 | 25 | 153 | 0 | 132 | 60 | 24 | 514 | 121 | 54 |
| Binary | 11001101 | 10101 | 1101011 | 0 | 1011010 | 110000 | 10100 | 101001100 | 1010001 | 101100 |
Color Harmonies of #CD156B
Complementary color
Monochromatic Colors of #CD156B
Black with #CD156B
Text Example
Text Example
White with #CD156B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD156B; }
p { color: rgb(205,21,107); }
H1.HeaderClassName
{
color: #CD156B;
}
.AnyTagClassName
{
color: #CD156B;
}
</style>
background-color css
<style>
a { background-color: #CD156B; }
a { background-color: rgb(205,21,107); }
div.DivClassName
{
background-color: #CD156B;
}
.BgClassName
{
background-color: #CD156B;
}
</style>
border-color css
<style>
span { border-color: #CD156B; }
span { border-color: rgb(205,21,107); }
td.TdClassName
{
border-color: #CD156B;
}
.TagClassName
{
border-color: #CD156B;
}
</style>