Shades of Ruby #CB165D
Tints of Ruby #CB165D
RGB
CMYK
RGB Variations
Color information
#CB165D (or 0xCB165D) is known color: Ruby. HEX triplet: CB, 16 and 5D. RGB value is (203,22,93). Sum of RGB (Red+Green+Blue) = 203+22+93=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB165D is #34E9A2. Grayscale: #545454. Windows color (decimal): -3467683 or 6100683. OLE color: 6100683.
HSL color Cylindrical-coordinate representation of color #CB165D: hue angle of 336.46º 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 #CB165D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 93 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.20 |
| HSL | 336.46º | 0.8% | 0.44% | - |
| HSV(B) | 336.46º | 0.89% | 0.8% | - |
| XYZ | 26.89 | 14.06 | 11.65 | - |
| YUV | 84.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 93 | 0 | 0.89 | 0.54 | 0.20 | 336.46 | 0.8 | 0.44 |
| Hex | CB | 16 | 5D | 0 | 59 | 36 | 14 | 150 | 50 | 2C |
| Octal | 313 | 26 | 135 | 0 | 131 | 66 | 24 | 520 | 120 | 54 |
| Binary | 11001011 | 10110 | 1011101 | 0 | 1011001 | 110110 | 10100 | 101010000 | 1010000 | 101100 |
Color Harmonies of #CB165D
Complementary color
Monochromatic Colors of #CB165D
Black with #CB165D
Text Example
Text Example
White with #CB165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB165D; }
p { color: rgb(203,22,93); }
H1.HeaderClassName
{
color: #CB165D;
}
.AnyTagClassName
{
color: #CB165D;
}
</style>
background-color css
<style>
a { background-color: #CB165D; }
a { background-color: rgb(203,22,93); }
div.DivClassName
{
background-color: #CB165D;
}
.BgClassName
{
background-color: #CB165D;
}
</style>
border-color css
<style>
span { border-color: #CB165D; }
span { border-color: rgb(203,22,93); }
td.TdClassName
{
border-color: #CB165D;
}
.TagClassName
{
border-color: #CB165D;
}
</style>