Shades of Ruby #CB126C
Tints of Ruby #CB126C
RGB
CMYK
RGB Variations
Color information
#CB126C (or 0xCB126C) is known color: Ruby. HEX triplet: CB, 12 and 6C. RGB value is (203,18,108). Sum of RGB (Red+Green+Blue) = 203+18+108=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB126C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB126C is #34ED93. Grayscale: #535353. Windows color (decimal): -3468692 or 7082699. OLE color: 7082699.
HSL color Cylindrical-coordinate representation of color #CB126C: hue angle of 330.81º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB126C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 108 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.20 |
| HSL | 330.81º | 0.84% | 0.43% | - |
| HSV(B) | 330.81º | 0.91% | 0.8% | - |
| XYZ | 27.55 | 14.21 | 15.48 | - |
| YUV | 83.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 108 | 0 | 0.91 | 0.47 | 0.20 | 330.81 | 0.84 | 0.43 |
| Hex | CB | 12 | 6C | 0 | 5B | 2F | 14 | 14B | 54 | 2B |
| Octal | 313 | 22 | 154 | 0 | 133 | 57 | 24 | 513 | 124 | 53 |
| Binary | 11001011 | 10010 | 1101100 | 0 | 1011011 | 101111 | 10100 | 101001011 | 1010100 | 101011 |
Color Harmonies of #CB126C
Complementary color
Monochromatic Colors of #CB126C
Black with #CB126C
Text Example
Text Example
White with #CB126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB126C; }
p { color: rgb(203,18,108); }
H1.HeaderClassName
{
color: #CB126C;
}
.AnyTagClassName
{
color: #CB126C;
}
</style>
background-color css
<style>
a { background-color: #CB126C; }
a { background-color: rgb(203,18,108); }
div.DivClassName
{
background-color: #CB126C;
}
.BgClassName
{
background-color: #CB126C;
}
</style>
border-color css
<style>
span { border-color: #CB126C; }
span { border-color: rgb(203,18,108); }
td.TdClassName
{
border-color: #CB126C;
}
.TagClassName
{
border-color: #CB126C;
}
</style>