Shades of Ruby #CB0B5A
Tints of Ruby #CB0B5A
RGB
CMYK
RGB Variations
Color information
#CB0B5A (or 0xCB0B5A) is known color: Ruby. HEX triplet: CB, 0B and 5A. RGB value is (203,11,90). Sum of RGB (Red+Green+Blue) = 203+11+90=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0B5A is #34F4A5. Grayscale: #4D4D4D. Windows color (decimal): -3470502 or 5901259. OLE color: 5901259.
HSL color Cylindrical-coordinate representation of color #CB0B5A: hue angle of 335.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.20 |
| HSL | 335.31º | 0.9% | 0.42% | - |
| HSV(B) | 335.31º | 0.95% | 0.8% | - |
| XYZ | 26.59 | 13.67 | 10.91 | - |
| YUV | 77.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 90 | 0 | 0.95 | 0.56 | 0.20 | 335.31 | 0.9 | 0.42 |
| Hex | CB | B | 5A | 0 | 5F | 38 | 14 | 14F | 5A | 2A |
| Octal | 313 | 13 | 132 | 0 | 137 | 70 | 24 | 517 | 132 | 52 |
| Binary | 11001011 | 1011 | 1011010 | 0 | 1011111 | 111000 | 10100 | 101001111 | 1011010 | 101010 |
Color Harmonies of #CB0B5A
Complementary color
Monochromatic Colors of #CB0B5A
Black with #CB0B5A
Text Example
Text Example
White with #CB0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B5A; }
p { color: rgb(203,11,90); }
H1.HeaderClassName
{
color: #CB0B5A;
}
.AnyTagClassName
{
color: #CB0B5A;
}
</style>
background-color css
<style>
a { background-color: #CB0B5A; }
a { background-color: rgb(203,11,90); }
div.DivClassName
{
background-color: #CB0B5A;
}
.BgClassName
{
background-color: #CB0B5A;
}
</style>
border-color css
<style>
span { border-color: #CB0B5A; }
span { border-color: rgb(203,11,90); }
td.TdClassName
{
border-color: #CB0B5A;
}
.TagClassName
{
border-color: #CB0B5A;
}
</style>