Shades of Ruby #CB1467
Tints of Ruby #CB1467
RGB
CMYK
RGB Variations
Color information
#CB1467 (or 0xCB1467) is known color: Ruby. HEX triplet: CB, 14 and 67. RGB value is (203,20,103). Sum of RGB (Red+Green+Blue) = 203+20+103=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1467 is #34EB98. Grayscale: #545454. Windows color (decimal): -3468185 or 6755531. OLE color: 6755531.
HSL color Cylindrical-coordinate representation of color #CB1467: hue angle of 332.79º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1467 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 103 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.20 |
| HSL | 332.79º | 0.82% | 0.44% | - |
| HSV(B) | 332.79º | 0.9% | 0.8% | - |
| XYZ | 27.33 | 14.18 | 14.13 | - |
| YUV | 84.18 | 138.63 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 103 | 0 | 0.90 | 0.49 | 0.20 | 332.79 | 0.82 | 0.44 |
| Hex | CB | 14 | 67 | 0 | 5A | 31 | 14 | 14D | 52 | 2C |
| Octal | 313 | 24 | 147 | 0 | 132 | 61 | 24 | 515 | 122 | 54 |
| Binary | 11001011 | 10100 | 1100111 | 0 | 1011010 | 110001 | 10100 | 101001101 | 1010010 | 101100 |
Color Harmonies of #CB1467
Complementary color
Monochromatic Colors of #CB1467
Black with #CB1467
Text Example
Text Example
White with #CB1467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1467; }
p { color: rgb(203,20,103); }
H1.HeaderClassName
{
color: #CB1467;
}
.AnyTagClassName
{
color: #CB1467;
}
</style>
background-color css
<style>
a { background-color: #CB1467; }
a { background-color: rgb(203,20,103); }
div.DivClassName
{
background-color: #CB1467;
}
.BgClassName
{
background-color: #CB1467;
}
</style>
border-color css
<style>
span { border-color: #CB1467; }
span { border-color: rgb(203,20,103); }
td.TdClassName
{
border-color: #CB1467;
}
.TagClassName
{
border-color: #CB1467;
}
</style>