Shades of Ruby #CB196A
Tints of Ruby #CB196A
RGB
CMYK
RGB Variations
Color information
#CB196A (or 0xCB196A) is known color: Ruby. HEX triplet: CB, 19 and 6A. RGB value is (203,25,106). Sum of RGB (Red+Green+Blue) = 203+25+106=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB196A is #34E695. Grayscale: #575757. Windows color (decimal): -3466902 or 6953419. OLE color: 6953419.
HSL color Cylindrical-coordinate representation of color #CB196A: hue angle of 332.7º degrees, saturation: 0.78, 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 #CB196A is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 106 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.20 |
| HSL | 332.7º | 0.78% | 0.45% | - |
| HSV(B) | 332.7º | 0.88% | 0.8% | - |
| XYZ | 27.58 | 14.43 | 14.97 | - |
| YUV | 87.46 | 138.47 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 106 | 0 | 0.88 | 0.48 | 0.20 | 332.7 | 0.78 | 0.45 |
| Hex | CB | 19 | 6A | 0 | 58 | 30 | 14 | 14D | 4E | 2D |
| Octal | 313 | 31 | 152 | 0 | 130 | 60 | 24 | 515 | 116 | 55 |
| Binary | 11001011 | 11001 | 1101010 | 0 | 1011000 | 110000 | 10100 | 101001101 | 1001110 | 101101 |
Color Harmonies of #CB196A
Complementary color
Monochromatic Colors of #CB196A
Black with #CB196A
Text Example
Text Example
White with #CB196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB196A; }
p { color: rgb(203,25,106); }
H1.HeaderClassName
{
color: #CB196A;
}
.AnyTagClassName
{
color: #CB196A;
}
</style>
background-color css
<style>
a { background-color: #CB196A; }
a { background-color: rgb(203,25,106); }
div.DivClassName
{
background-color: #CB196A;
}
.BgClassName
{
background-color: #CB196A;
}
</style>
border-color css
<style>
span { border-color: #CB196A; }
span { border-color: rgb(203,25,106); }
td.TdClassName
{
border-color: #CB196A;
}
.TagClassName
{
border-color: #CB196A;
}
</style>