Shades of Ruby #CB1669
Tints of Ruby #CB1669
RGB
CMYK
RGB Variations
Color information
#CB1669 (or 0xCB1669) is known color: Ruby. HEX triplet: CB, 16 and 69. RGB value is (203,22,105). Sum of RGB (Red+Green+Blue) = 203+22+105=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1669 is #34E996. Grayscale: #555555. Windows color (decimal): -3467671 or 6887115. OLE color: 6887115.
HSL color Cylindrical-coordinate representation of color #CB1669: hue angle of 332.49º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1669 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 105 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.20 |
| HSL | 332.49º | 0.8% | 0.44% | - |
| HSV(B) | 332.49º | 0.89% | 0.8% | - |
| XYZ | 27.47 | 14.29 | 14.68 | - |
| YUV | 85.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 105 | 0 | 0.89 | 0.48 | 0.20 | 332.49 | 0.8 | 0.44 |
| Hex | CB | 16 | 69 | 0 | 59 | 30 | 14 | 14C | 50 | 2C |
| Octal | 313 | 26 | 151 | 0 | 131 | 60 | 24 | 514 | 120 | 54 |
| Binary | 11001011 | 10110 | 1101001 | 0 | 1011001 | 110000 | 10100 | 101001100 | 1010000 | 101100 |
Color Harmonies of #CB1669
Complementary color
Monochromatic Colors of #CB1669
Black with #CB1669
Text Example
Text Example
White with #CB1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1669; }
p { color: rgb(203,22,105); }
H1.HeaderClassName
{
color: #CB1669;
}
.AnyTagClassName
{
color: #CB1669;
}
</style>
background-color css
<style>
a { background-color: #CB1669; }
a { background-color: rgb(203,22,105); }
div.DivClassName
{
background-color: #CB1669;
}
.BgClassName
{
background-color: #CB1669;
}
</style>
border-color css
<style>
span { border-color: #CB1669; }
span { border-color: rgb(203,22,105); }
td.TdClassName
{
border-color: #CB1669;
}
.TagClassName
{
border-color: #CB1669;
}
</style>