Shades of Ruby #CB176D
Tints of Ruby #CB176D
RGB
CMYK
RGB Variations
Color information
#CB176D (or 0xCB176D) is known color: Ruby. HEX triplet: CB, 17 and 6D. RGB value is (203,23,109). Sum of RGB (Red+Green+Blue) = 203+23+109=335 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.60% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 203 - color contains mainly: red. Hex color #CB176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB176D is #34E892. Grayscale: #565656. Windows color (decimal): -3467411 or 7149515. OLE color: 7149515.
HSL color Cylindrical-coordinate representation of color #CB176D: hue angle of 331.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB176D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 109 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.20 |
| HSL | 331.33º | 0.8% | 0.44% | - |
| HSV(B) | 331.33º | 0.89% | 0.8% | - |
| XYZ | 27.7 | 14.41 | 15.79 | - |
| YUV | 86.62 | 140.63 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 109 | 0 | 0.89 | 0.46 | 0.20 | 331.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 6D | 0 | 59 | 2E | 14 | 14B | 50 | 2C |
| Octal | 313 | 27 | 155 | 0 | 131 | 56 | 24 | 513 | 120 | 54 |
| Binary | 11001011 | 10111 | 1101101 | 0 | 1011001 | 101110 | 10100 | 101001011 | 1010000 | 101100 |
Color Harmonies of #CB176D
Complementary color
Monochromatic Colors of #CB176D
Black with #CB176D
Text Example
Text Example
White with #CB176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB176D; }
p { color: rgb(203,23,109); }
H1.HeaderClassName
{
color: #CB176D;
}
.AnyTagClassName
{
color: #CB176D;
}
</style>
background-color css
<style>
a { background-color: #CB176D; }
a { background-color: rgb(203,23,109); }
div.DivClassName
{
background-color: #CB176D;
}
.BgClassName
{
background-color: #CB176D;
}
</style>
border-color css
<style>
span { border-color: #CB176D; }
span { border-color: rgb(203,23,109); }
td.TdClassName
{
border-color: #CB176D;
}
.TagClassName
{
border-color: #CB176D;
}
</style>