Shades of Ruby #CA085C
Tints of Ruby #CA085C
RGB
CMYK
RGB Variations
Color information
#CA085C (or 0xCA085C) is known color: Ruby. HEX triplet: CA, 08 and 5C. RGB value is (202,8,92). Sum of RGB (Red+Green+Blue) = 202+8+92=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA085C is #35F7A3. Grayscale: #4B4B4B. Windows color (decimal): -3536804 or 6031562. OLE color: 6031562.
HSL color Cylindrical-coordinate representation of color #CA085C: hue angle of 334.02º 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 #CA085C is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.21 |
| HSL | 334.02º | 0.92% | 0.41% | - |
| HSV(B) | 334.02º | 0.96% | 0.79% | - |
| XYZ | 26.38 | 13.5 | 11.34 | - |
| YUV | 75.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 92 | 0 | 0.96 | 0.54 | 0.21 | 334.02 | 0.92 | 0.41 |
| Hex | CA | 8 | 5C | 0 | 60 | 36 | 15 | 14E | 5C | 29 |
| Octal | 312 | 10 | 134 | 0 | 140 | 66 | 25 | 516 | 134 | 51 |
| Binary | 11001010 | 1000 | 1011100 | 0 | 1100000 | 110110 | 10101 | 101001110 | 1011100 | 101001 |
Color Harmonies of #CA085C
Complementary color
Monochromatic Colors of #CA085C
Black with #CA085C
Text Example
Text Example
White with #CA085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA085C; }
p { color: rgb(202,8,92); }
H1.HeaderClassName
{
color: #CA085C;
}
.AnyTagClassName
{
color: #CA085C;
}
</style>
background-color css
<style>
a { background-color: #CA085C; }
a { background-color: rgb(202,8,92); }
div.DivClassName
{
background-color: #CA085C;
}
.BgClassName
{
background-color: #CA085C;
}
</style>
border-color css
<style>
span { border-color: #CA085C; }
span { border-color: rgb(202,8,92); }
td.TdClassName
{
border-color: #CA085C;
}
.TagClassName
{
border-color: #CA085C;
}
</style>