Shades of Ruby #CB175C
Tints of Ruby #CB175C
RGB
CMYK
RGB Variations
Color information
#CB175C (or 0xCB175C) is known color: Ruby. HEX triplet: CB, 17 and 5C. RGB value is (203,23,92). Sum of RGB (Red+Green+Blue) = 203+23+92=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB175C is #34E8A3. Grayscale: #545454. Windows color (decimal): -3467428 or 6035403. OLE color: 6035403.
HSL color Cylindrical-coordinate representation of color #CB175C: hue angle of 337º 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 #CB175C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 92 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.20 |
| HSL | 337º | 0.8% | 0.44% | - |
| HSV(B) | 337º | 0.89% | 0.8% | - |
| XYZ | 26.87 | 14.08 | 11.43 | - |
| YUV | 84.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 92 | 0 | 0.89 | 0.55 | 0.20 | 337 | 0.8 | 0.44 |
| Hex | CB | 17 | 5C | 0 | 59 | 37 | 14 | 151 | 50 | 2C |
| Octal | 313 | 27 | 134 | 0 | 131 | 67 | 24 | 521 | 120 | 54 |
| Binary | 11001011 | 10111 | 1011100 | 0 | 1011001 | 110111 | 10100 | 101010001 | 1010000 | 101100 |
Color Harmonies of #CB175C
Complementary color
Monochromatic Colors of #CB175C
Black with #CB175C
Text Example
Text Example
White with #CB175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB175C; }
p { color: rgb(203,23,92); }
H1.HeaderClassName
{
color: #CB175C;
}
.AnyTagClassName
{
color: #CB175C;
}
</style>
background-color css
<style>
a { background-color: #CB175C; }
a { background-color: rgb(203,23,92); }
div.DivClassName
{
background-color: #CB175C;
}
.BgClassName
{
background-color: #CB175C;
}
</style>
border-color css
<style>
span { border-color: #CB175C; }
span { border-color: rgb(203,23,92); }
td.TdClassName
{
border-color: #CB175C;
}
.TagClassName
{
border-color: #CB175C;
}
</style>