Shades of Ruby #CA086B
Tints of Ruby #CA086B
RGB
CMYK
RGB Variations
Color information
#CA086B (or 0xCA086B) is known color: Ruby. HEX triplet: CA, 08 and 6B. RGB value is (202,8,107). Sum of RGB (Red+Green+Blue) = 202+8+107=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA086B is #35F794. Grayscale: #4D4D4D. Windows color (decimal): -3536789 or 7014602. OLE color: 7014602.
HSL color Cylindrical-coordinate representation of color #CA086B: hue angle of 329.38º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA086B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.21 |
| HSL | 329.38º | 0.92% | 0.41% | - |
| HSV(B) | 329.38º | 0.96% | 0.79% | - |
| XYZ | 27.1 | 13.79 | 15.14 | - |
| YUV | 77.29 | 144.77 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 107 | 0 | 0.96 | 0.47 | 0.21 | 329.38 | 0.92 | 0.41 |
| Hex | CA | 8 | 6B | 0 | 60 | 2F | 15 | 149 | 5C | 29 |
| Octal | 312 | 10 | 153 | 0 | 140 | 57 | 25 | 511 | 134 | 51 |
| Binary | 11001010 | 1000 | 1101011 | 0 | 1100000 | 101111 | 10101 | 101001001 | 1011100 | 101001 |
Color Harmonies of #CA086B
Complementary color
Monochromatic Colors of #CA086B
Black with #CA086B
Text Example
Text Example
White with #CA086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA086B; }
p { color: rgb(202,8,107); }
H1.HeaderClassName
{
color: #CA086B;
}
.AnyTagClassName
{
color: #CA086B;
}
</style>
background-color css
<style>
a { background-color: #CA086B; }
a { background-color: rgb(202,8,107); }
div.DivClassName
{
background-color: #CA086B;
}
.BgClassName
{
background-color: #CA086B;
}
</style>
border-color css
<style>
span { border-color: #CA086B; }
span { border-color: rgb(202,8,107); }
td.TdClassName
{
border-color: #CA086B;
}
.TagClassName
{
border-color: #CA086B;
}
</style>