Shades of Ruby #CB1367
Tints of Ruby #CB1367
RGB
CMYK
RGB Variations
Color information
#CB1367 (or 0xCB1367) is known color: Ruby. HEX triplet: CB, 13 and 67. RGB value is (203,19,103). Sum of RGB (Red+Green+Blue) = 203+19+103=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1367 is #34EC98. Grayscale: #535353. Windows color (decimal): -3468441 or 6755275. OLE color: 6755275.
HSL color Cylindrical-coordinate representation of color #CB1367: hue angle of 332.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1367 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 103 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.20 |
| HSL | 332.61º | 0.83% | 0.44% | - |
| HSV(B) | 332.61º | 0.91% | 0.8% | - |
| XYZ | 27.31 | 14.14 | 14.12 | - |
| YUV | 83.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 103 | 0 | 0.91 | 0.49 | 0.20 | 332.61 | 0.83 | 0.44 |
| Hex | CB | 13 | 67 | 0 | 5B | 31 | 14 | 14D | 53 | 2C |
| Octal | 313 | 23 | 147 | 0 | 133 | 61 | 24 | 515 | 123 | 54 |
| Binary | 11001011 | 10011 | 1100111 | 0 | 1011011 | 110001 | 10100 | 101001101 | 1010011 | 101100 |
Color Harmonies of #CB1367
Complementary color
Monochromatic Colors of #CB1367
Black with #CB1367
Text Example
Text Example
White with #CB1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1367; }
p { color: rgb(203,19,103); }
H1.HeaderClassName
{
color: #CB1367;
}
.AnyTagClassName
{
color: #CB1367;
}
</style>
background-color css
<style>
a { background-color: #CB1367; }
a { background-color: rgb(203,19,103); }
div.DivClassName
{
background-color: #CB1367;
}
.BgClassName
{
background-color: #CB1367;
}
</style>
border-color css
<style>
span { border-color: #CB1367; }
span { border-color: rgb(203,19,103); }
td.TdClassName
{
border-color: #CB1367;
}
.TagClassName
{
border-color: #CB1367;
}
</style>