Shades of Ruby #CB055B
Tints of Ruby #CB055B
RGB
CMYK
RGB Variations
Color information
#CB055B (or 0xCB055B) is known color: Ruby. HEX triplet: CB, 05 and 5B. RGB value is (203,5,91). Sum of RGB (Red+Green+Blue) = 203+5+91=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB055B is #34FAA4. Grayscale: #494949. Windows color (decimal): -3472037 or 5965259. OLE color: 5965259.
HSL color Cylindrical-coordinate representation of color #CB055B: hue angle of 333.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB055B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.20 |
| HSL | 333.94º | 0.95% | 0.41% | - |
| HSV(B) | 333.94º | 0.98% | 0.8% | - |
| XYZ | 26.57 | 13.56 | 11.11 | - |
| YUV | 74.01 | 137.6 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 91 | 0 | 0.98 | 0.55 | 0.20 | 333.94 | 0.95 | 0.41 |
| Hex | CB | 5 | 5B | 0 | 62 | 37 | 14 | 14E | 5F | 29 |
| Octal | 313 | 5 | 133 | 0 | 142 | 67 | 24 | 516 | 137 | 51 |
| Binary | 11001011 | 101 | 1011011 | 0 | 1100010 | 110111 | 10100 | 101001110 | 1011111 | 101001 |
Color Harmonies of #CB055B
Complementary color
Monochromatic Colors of #CB055B
Black with #CB055B
Text Example
Text Example
White with #CB055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB055B; }
p { color: rgb(203,5,91); }
H1.HeaderClassName
{
color: #CB055B;
}
.AnyTagClassName
{
color: #CB055B;
}
</style>
background-color css
<style>
a { background-color: #CB055B; }
a { background-color: rgb(203,5,91); }
div.DivClassName
{
background-color: #CB055B;
}
.BgClassName
{
background-color: #CB055B;
}
</style>
border-color css
<style>
span { border-color: #CB055B; }
span { border-color: rgb(203,5,91); }
td.TdClassName
{
border-color: #CB055B;
}
.TagClassName
{
border-color: #CB055B;
}
</style>