Shades of Ruby #CA085A
Tints of Ruby #CA085A
RGB
CMYK
RGB Variations
Color information
#CA085A (or 0xCA085A) is known color: Ruby. HEX triplet: CA, 08 and 5A. RGB value is (202,8,90). Sum of RGB (Red+Green+Blue) = 202+8+90=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA085A is #35F7A5. Grayscale: #4B4B4B. Windows color (decimal): -3536806 or 5900490. OLE color: 5900490.
HSL color Cylindrical-coordinate representation of color #CA085A: hue angle of 334.64º 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 #CA085A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.21 |
| HSL | 334.64º | 0.92% | 0.41% | - |
| HSV(B) | 334.64º | 0.96% | 0.79% | - |
| XYZ | 26.29 | 13.47 | 10.89 | - |
| YUV | 75.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 90 | 0 | 0.96 | 0.55 | 0.21 | 334.64 | 0.92 | 0.41 |
| Hex | CA | 8 | 5A | 0 | 60 | 37 | 15 | 14F | 5C | 29 |
| Octal | 312 | 10 | 132 | 0 | 140 | 67 | 25 | 517 | 134 | 51 |
| Binary | 11001010 | 1000 | 1011010 | 0 | 1100000 | 110111 | 10101 | 101001111 | 1011100 | 101001 |
Color Harmonies of #CA085A
Complementary color
Monochromatic Colors of #CA085A
Black with #CA085A
Text Example
Text Example
White with #CA085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA085A; }
p { color: rgb(202,8,90); }
H1.HeaderClassName
{
color: #CA085A;
}
.AnyTagClassName
{
color: #CA085A;
}
</style>
background-color css
<style>
a { background-color: #CA085A; }
a { background-color: rgb(202,8,90); }
div.DivClassName
{
background-color: #CA085A;
}
.BgClassName
{
background-color: #CA085A;
}
</style>
border-color css
<style>
span { border-color: #CA085A; }
span { border-color: rgb(202,8,90); }
td.TdClassName
{
border-color: #CA085A;
}
.TagClassName
{
border-color: #CA085A;
}
</style>