Shades of Ruby #CB1267
Tints of Ruby #CB1267
RGB
CMYK
RGB Variations
Color information
#CB1267 (or 0xCB1267) is known color: Ruby. HEX triplet: CB, 12 and 67. RGB value is (203,18,103). Sum of RGB (Red+Green+Blue) = 203+18+103=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1267 is #34ED98. Grayscale: #525252. Windows color (decimal): -3468697 or 6755019. OLE color: 6755019.
HSL color Cylindrical-coordinate representation of color #CB1267: hue angle of 332.43º 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 #CB1267 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 103 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.20 |
| HSL | 332.43º | 0.84% | 0.43% | - |
| HSV(B) | 332.43º | 0.91% | 0.8% | - |
| XYZ | 27.29 | 14.11 | 14.12 | - |
| YUV | 83.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 103 | 0 | 0.91 | 0.49 | 0.20 | 332.43 | 0.84 | 0.43 |
| Hex | CB | 12 | 67 | 0 | 5B | 31 | 14 | 14C | 54 | 2B |
| Octal | 313 | 22 | 147 | 0 | 133 | 61 | 24 | 514 | 124 | 53 |
| Binary | 11001011 | 10010 | 1100111 | 0 | 1011011 | 110001 | 10100 | 101001100 | 1010100 | 101011 |
Color Harmonies of #CB1267
Complementary color
Monochromatic Colors of #CB1267
Black with #CB1267
Text Example
Text Example
White with #CB1267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1267; }
p { color: rgb(203,18,103); }
H1.HeaderClassName
{
color: #CB1267;
}
.AnyTagClassName
{
color: #CB1267;
}
</style>
background-color css
<style>
a { background-color: #CB1267; }
a { background-color: rgb(203,18,103); }
div.DivClassName
{
background-color: #CB1267;
}
.BgClassName
{
background-color: #CB1267;
}
</style>
border-color css
<style>
span { border-color: #CB1267; }
span { border-color: rgb(203,18,103); }
td.TdClassName
{
border-color: #CB1267;
}
.TagClassName
{
border-color: #CB1267;
}
</style>