Shades of Ruby #CB175D
Tints of Ruby #CB175D
RGB
CMYK
RGB Variations
Color information
#CB175D (or 0xCB175D) is known color: Ruby. HEX triplet: CB, 17 and 5D. RGB value is (203,23,93). Sum of RGB (Red+Green+Blue) = 203+23+93=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB175D is #34E8A2. Grayscale: #545454. Windows color (decimal): -3467427 or 6100939. OLE color: 6100939.
HSL color Cylindrical-coordinate representation of color #CB175D: hue angle of 336.67º 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 #CB175D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 93 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.20 |
| HSL | 336.67º | 0.8% | 0.44% | - |
| HSV(B) | 336.67º | 0.89% | 0.8% | - |
| XYZ | 26.91 | 14.1 | 11.66 | - |
| YUV | 84.8 | 132.63 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 93 | 0 | 0.89 | 0.54 | 0.20 | 336.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 5D | 0 | 59 | 36 | 14 | 151 | 50 | 2C |
| Octal | 313 | 27 | 135 | 0 | 131 | 66 | 24 | 521 | 120 | 54 |
| Binary | 11001011 | 10111 | 1011101 | 0 | 1011001 | 110110 | 10100 | 101010001 | 1010000 | 101100 |
Color Harmonies of #CB175D
Complementary color
Monochromatic Colors of #CB175D
Black with #CB175D
Text Example
Text Example
White with #CB175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB175D; }
p { color: rgb(203,23,93); }
H1.HeaderClassName
{
color: #CB175D;
}
.AnyTagClassName
{
color: #CB175D;
}
</style>
background-color css
<style>
a { background-color: #CB175D; }
a { background-color: rgb(203,23,93); }
div.DivClassName
{
background-color: #CB175D;
}
.BgClassName
{
background-color: #CB175D;
}
</style>
border-color css
<style>
span { border-color: #CB175D; }
span { border-color: rgb(203,23,93); }
td.TdClassName
{
border-color: #CB175D;
}
.TagClassName
{
border-color: #CB175D;
}
</style>