Shades of Ruby #CA095E
Tints of Ruby #CA095E
RGB
CMYK
RGB Variations
Color information
#CA095E (or 0xCA095E) is known color: Ruby. HEX triplet: CA, 09 and 5E. RGB value is (202,9,94). Sum of RGB (Red+Green+Blue) = 202+9+94=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA095E is #35F6A1. Grayscale: #4C4C4C. Windows color (decimal): -3536546 or 6162890. OLE color: 6162890.
HSL color Cylindrical-coordinate representation of color #CA095E: hue angle of 333.58º degrees, saturation: 0.91, 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 #CA095E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 94 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.21 |
| HSL | 333.58º | 0.91% | 0.41% | - |
| HSV(B) | 333.58º | 0.96% | 0.79% | - |
| XYZ | 26.48 | 13.56 | 11.81 | - |
| YUV | 76.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 94 | 0 | 0.96 | 0.53 | 0.21 | 333.58 | 0.91 | 0.41 |
| Hex | CA | 9 | 5E | 0 | 60 | 35 | 15 | 14E | 5B | 29 |
| Octal | 312 | 11 | 136 | 0 | 140 | 65 | 25 | 516 | 133 | 51 |
| Binary | 11001010 | 1001 | 1011110 | 0 | 1100000 | 110101 | 10101 | 101001110 | 1011011 | 101001 |
Color Harmonies of #CA095E
Complementary color
Monochromatic Colors of #CA095E
Black with #CA095E
Text Example
Text Example
White with #CA095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA095E; }
p { color: rgb(202,9,94); }
H1.HeaderClassName
{
color: #CA095E;
}
.AnyTagClassName
{
color: #CA095E;
}
</style>
background-color css
<style>
a { background-color: #CA095E; }
a { background-color: rgb(202,9,94); }
div.DivClassName
{
background-color: #CA095E;
}
.BgClassName
{
background-color: #CA095E;
}
</style>
border-color css
<style>
span { border-color: #CA095E; }
span { border-color: rgb(202,9,94); }
td.TdClassName
{
border-color: #CA095E;
}
.TagClassName
{
border-color: #CA095E;
}
</style>