Shades of Ruby #CB1665
Tints of Ruby #CB1665
RGB
CMYK
RGB Variations
Color information
#CB1665 (or 0xCB1665) is known color: Ruby. HEX triplet: CB, 16 and 65. RGB value is (203,22,101). Sum of RGB (Red+Green+Blue) = 203+22+101=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1665 is #34E99A. Grayscale: #545454. Windows color (decimal): -3467675 or 6624971. OLE color: 6624971.
HSL color Cylindrical-coordinate representation of color #CB1665: hue angle of 333.81º 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 #CB1665 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 101 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.20 |
| HSL | 333.81º | 0.8% | 0.44% | - |
| HSV(B) | 333.81º | 0.89% | 0.8% | - |
| XYZ | 27.26 | 14.21 | 13.62 | - |
| YUV | 85.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 101 | 0 | 0.89 | 0.50 | 0.20 | 333.81 | 0.8 | 0.44 |
| Hex | CB | 16 | 65 | 0 | 59 | 32 | 14 | 14E | 50 | 2C |
| Octal | 313 | 26 | 145 | 0 | 131 | 62 | 24 | 516 | 120 | 54 |
| Binary | 11001011 | 10110 | 1100101 | 0 | 1011001 | 110010 | 10100 | 101001110 | 1010000 | 101100 |
Color Harmonies of #CB1665
Complementary color
Monochromatic Colors of #CB1665
Black with #CB1665
Text Example
Text Example
White with #CB1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1665; }
p { color: rgb(203,22,101); }
H1.HeaderClassName
{
color: #CB1665;
}
.AnyTagClassName
{
color: #CB1665;
}
</style>
background-color css
<style>
a { background-color: #CB1665; }
a { background-color: rgb(203,22,101); }
div.DivClassName
{
background-color: #CB1665;
}
.BgClassName
{
background-color: #CB1665;
}
</style>
border-color css
<style>
span { border-color: #CB1665; }
span { border-color: rgb(203,22,101); }
td.TdClassName
{
border-color: #CB1665;
}
.TagClassName
{
border-color: #CB1665;
}
</style>