Shades of Ruby #CB095B
Tints of Ruby #CB095B
RGB
CMYK
RGB Variations
Color information
#CB095B (or 0xCB095B) is known color: Ruby. HEX triplet: CB, 09 and 5B. RGB value is (203,9,91). Sum of RGB (Red+Green+Blue) = 203+9+91=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB095B is #34F6A4. Grayscale: #4C4C4C. Windows color (decimal): -3471013 or 5966283. OLE color: 5966283.
HSL color Cylindrical-coordinate representation of color #CB095B: hue angle of 334.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB095B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.20 |
| HSL | 334.64º | 0.92% | 0.42% | - |
| HSV(B) | 334.64º | 0.96% | 0.8% | - |
| XYZ | 26.61 | 13.65 | 11.13 | - |
| YUV | 76.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 91 | 0 | 0.96 | 0.55 | 0.20 | 334.64 | 0.92 | 0.42 |
| Hex | CB | 9 | 5B | 0 | 60 | 37 | 14 | 14F | 5C | 2A |
| Octal | 313 | 11 | 133 | 0 | 140 | 67 | 24 | 517 | 134 | 52 |
| Binary | 11001011 | 1001 | 1011011 | 0 | 1100000 | 110111 | 10100 | 101001111 | 1011100 | 101010 |
Color Harmonies of #CB095B
Complementary color
Monochromatic Colors of #CB095B
Black with #CB095B
Text Example
Text Example
White with #CB095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB095B; }
p { color: rgb(203,9,91); }
H1.HeaderClassName
{
color: #CB095B;
}
.AnyTagClassName
{
color: #CB095B;
}
</style>
background-color css
<style>
a { background-color: #CB095B; }
a { background-color: rgb(203,9,91); }
div.DivClassName
{
background-color: #CB095B;
}
.BgClassName
{
background-color: #CB095B;
}
</style>
border-color css
<style>
span { border-color: #CB095B; }
span { border-color: rgb(203,9,91); }
td.TdClassName
{
border-color: #CB095B;
}
.TagClassName
{
border-color: #CB095B;
}
</style>