Shades of Ruby #CB175F
Tints of Ruby #CB175F
RGB
CMYK
RGB Variations
Color information
#CB175F (or 0xCB175F) is known color: Ruby. HEX triplet: CB, 17 and 5F. RGB value is (203,23,95). Sum of RGB (Red+Green+Blue) = 203+23+95=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB175F is #34E8A0. Grayscale: #545454. Windows color (decimal): -3467425 or 6232011. OLE color: 6232011.
HSL color Cylindrical-coordinate representation of color #CB175F: hue angle of 336º 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 #CB175F is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 95 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.20 |
| HSL | 336º | 0.8% | 0.44% | - |
| HSV(B) | 336º | 0.89% | 0.8% | - |
| XYZ | 27 | 14.14 | 12.13 | - |
| YUV | 85.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 95 | 0 | 0.89 | 0.53 | 0.20 | 336 | 0.8 | 0.44 |
| Hex | CB | 17 | 5F | 0 | 59 | 35 | 14 | 150 | 50 | 2C |
| Octal | 313 | 27 | 137 | 0 | 131 | 65 | 24 | 520 | 120 | 54 |
| Binary | 11001011 | 10111 | 1011111 | 0 | 1011001 | 110101 | 10100 | 101010000 | 1010000 | 101100 |
Color Harmonies of #CB175F
Complementary color
Monochromatic Colors of #CB175F
Black with #CB175F
Text Example
Text Example
White with #CB175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB175F; }
p { color: rgb(203,23,95); }
H1.HeaderClassName
{
color: #CB175F;
}
.AnyTagClassName
{
color: #CB175F;
}
</style>
background-color css
<style>
a { background-color: #CB175F; }
a { background-color: rgb(203,23,95); }
div.DivClassName
{
background-color: #CB175F;
}
.BgClassName
{
background-color: #CB175F;
}
</style>
border-color css
<style>
span { border-color: #CB175F; }
span { border-color: rgb(203,23,95); }
td.TdClassName
{
border-color: #CB175F;
}
.TagClassName
{
border-color: #CB175F;
}
</style>