Shades of Ruby #CB185F
Tints of Ruby #CB185F
RGB
CMYK
RGB Variations
Color information
#CB185F (or 0xCB185F) is known color: Ruby. HEX triplet: CB, 18 and 5F. RGB value is (203,24,95). Sum of RGB (Red+Green+Blue) = 203+24+95=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB185F is #34E7A0. Grayscale: #555555. Windows color (decimal): -3467169 or 6232267. OLE color: 6232267.
HSL color Cylindrical-coordinate representation of color #CB185F: hue angle of 336.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB185F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.20 |
| HSL | 336.2º | 0.79% | 0.45% | - |
| HSV(B) | 336.2º | 0.88% | 0.8% | - |
| XYZ | 27.02 | 14.18 | 12.14 | - |
| YUV | 85.62 | 133.3 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 95 | 0 | 0.88 | 0.53 | 0.20 | 336.2 | 0.79 | 0.45 |
| Hex | CB | 18 | 5F | 0 | 58 | 35 | 14 | 150 | 4F | 2D |
| Octal | 313 | 30 | 137 | 0 | 130 | 65 | 24 | 520 | 117 | 55 |
| Binary | 11001011 | 11000 | 1011111 | 0 | 1011000 | 110101 | 10100 | 101010000 | 1001111 | 101101 |
Color Harmonies of #CB185F
Complementary color
Monochromatic Colors of #CB185F
Black with #CB185F
Text Example
Text Example
White with #CB185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB185F; }
p { color: rgb(203,24,95); }
H1.HeaderClassName
{
color: #CB185F;
}
.AnyTagClassName
{
color: #CB185F;
}
</style>
background-color css
<style>
a { background-color: #CB185F; }
a { background-color: rgb(203,24,95); }
div.DivClassName
{
background-color: #CB185F;
}
.BgClassName
{
background-color: #CB185F;
}
</style>
border-color css
<style>
span { border-color: #CB185F; }
span { border-color: rgb(203,24,95); }
td.TdClassName
{
border-color: #CB185F;
}
.TagClassName
{
border-color: #CB185F;
}
</style>