Shades of Ruby #CB1264
Tints of Ruby #CB1264
RGB
CMYK
RGB Variations
Color information
#CB1264 (or 0xCB1264) is known color: Ruby. HEX triplet: CB, 12 and 64. RGB value is (203,18,100). Sum of RGB (Red+Green+Blue) = 203+18+100=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1264 is #34ED9B. Grayscale: #525252. Windows color (decimal): -3468700 or 6558411. OLE color: 6558411.
HSL color Cylindrical-coordinate representation of color #CB1264: hue angle of 333.41º 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 #CB1264 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 100 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.20 |
| HSL | 333.41º | 0.84% | 0.43% | - |
| HSV(B) | 333.41º | 0.91% | 0.8% | - |
| XYZ | 27.15 | 14.05 | 13.34 | - |
| YUV | 82.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 100 | 0 | 0.91 | 0.51 | 0.20 | 333.41 | 0.84 | 0.43 |
| Hex | CB | 12 | 64 | 0 | 5B | 33 | 14 | 14D | 54 | 2B |
| Octal | 313 | 22 | 144 | 0 | 133 | 63 | 24 | 515 | 124 | 53 |
| Binary | 11001011 | 10010 | 1100100 | 0 | 1011011 | 110011 | 10100 | 101001101 | 1010100 | 101011 |
Color Harmonies of #CB1264
Complementary color
Monochromatic Colors of #CB1264
Black with #CB1264
Text Example
Text Example
White with #CB1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1264; }
p { color: rgb(203,18,100); }
H1.HeaderClassName
{
color: #CB1264;
}
.AnyTagClassName
{
color: #CB1264;
}
</style>
background-color css
<style>
a { background-color: #CB1264; }
a { background-color: rgb(203,18,100); }
div.DivClassName
{
background-color: #CB1264;
}
.BgClassName
{
background-color: #CB1264;
}
</style>
border-color css
<style>
span { border-color: #CB1264; }
span { border-color: rgb(203,18,100); }
td.TdClassName
{
border-color: #CB1264;
}
.TagClassName
{
border-color: #CB1264;
}
</style>