Shades of Ruby #CB1A65
Tints of Ruby #CB1A65
RGB
CMYK
RGB Variations
Color information
#CB1A65 (or 0xCB1A65) is known color: Ruby. HEX triplet: CB, 1A and 65. RGB value is (203,26,101). Sum of RGB (Red+Green+Blue) = 203+26+101=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1A65 is #34E59A. Grayscale: #575757. Windows color (decimal): -3466651 or 6625995. OLE color: 6625995.
HSL color Cylindrical-coordinate representation of color #CB1A65: hue angle of 334.58º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB1A65 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 26 | 101 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.20 |
| HSL | 334.58º | 0.77% | 0.45% | - |
| HSV(B) | 334.58º | 0.87% | 0.8% | - |
| XYZ | 27.35 | 14.37 | 13.65 | - |
| YUV | 87.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 26 | 101 | 0 | 0.87 | 0.50 | 0.20 | 334.58 | 0.77 | 0.45 |
| Hex | CB | 1A | 65 | 0 | 57 | 32 | 14 | 14F | 4D | 2D |
| Octal | 313 | 32 | 145 | 0 | 127 | 62 | 24 | 517 | 115 | 55 |
| Binary | 11001011 | 11010 | 1100101 | 0 | 1010111 | 110010 | 10100 | 101001111 | 1001101 | 101101 |
Color Harmonies of #CB1A65
Complementary color
Monochromatic Colors of #CB1A65
Black with #CB1A65
Text Example
Text Example
White with #CB1A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1A65; }
p { color: rgb(203,26,101); }
H1.HeaderClassName
{
color: #CB1A65;
}
.AnyTagClassName
{
color: #CB1A65;
}
</style>
background-color css
<style>
a { background-color: #CB1A65; }
a { background-color: rgb(203,26,101); }
div.DivClassName
{
background-color: #CB1A65;
}
.BgClassName
{
background-color: #CB1A65;
}
</style>
border-color css
<style>
span { border-color: #CB1A65; }
span { border-color: rgb(203,26,101); }
td.TdClassName
{
border-color: #CB1A65;
}
.TagClassName
{
border-color: #CB1A65;
}
</style>