Shades of Ruby #CA165B
Tints of Ruby #CA165B
RGB
CMYK
RGB Variations
Color information
#CA165B (or 0xCA165B) is known color: Ruby. HEX triplet: CA, 16 and 5B. RGB value is (202,22,91). Sum of RGB (Red+Green+Blue) = 202+22+91=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA165B is #35E9A4. Grayscale: #535353. Windows color (decimal): -3533221 or 5969610. OLE color: 5969610.
HSL color Cylindrical-coordinate representation of color #CA165B: hue angle of 337º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA165B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 91 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.21 |
| HSL | 337º | 0.8% | 0.44% | - |
| HSV(B) | 337º | 0.89% | 0.79% | - |
| XYZ | 26.53 | 13.89 | 11.18 | - |
| YUV | 83.69 | 132.13 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 91 | 0 | 0.89 | 0.55 | 0.21 | 337 | 0.8 | 0.44 |
| Hex | CA | 16 | 5B | 0 | 59 | 37 | 15 | 151 | 50 | 2C |
| Octal | 312 | 26 | 133 | 0 | 131 | 67 | 25 | 521 | 120 | 54 |
| Binary | 11001010 | 10110 | 1011011 | 0 | 1011001 | 110111 | 10101 | 101010001 | 1010000 | 101100 |
Color Harmonies of #CA165B
Complementary color
Monochromatic Colors of #CA165B
Black with #CA165B
Text Example
Text Example
White with #CA165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA165B; }
p { color: rgb(202,22,91); }
H1.HeaderClassName
{
color: #CA165B;
}
.AnyTagClassName
{
color: #CA165B;
}
</style>
background-color css
<style>
a { background-color: #CA165B; }
a { background-color: rgb(202,22,91); }
div.DivClassName
{
background-color: #CA165B;
}
.BgClassName
{
background-color: #CA165B;
}
</style>
border-color css
<style>
span { border-color: #CA165B; }
span { border-color: rgb(202,22,91); }
td.TdClassName
{
border-color: #CA165B;
}
.TagClassName
{
border-color: #CA165B;
}
</style>