Shades of Ruby #CA095D
Tints of Ruby #CA095D
RGB
CMYK
RGB Variations
Color information
#CA095D (or 0xCA095D) is known color: Ruby. HEX triplet: CA, 09 and 5D. RGB value is (202,9,93). Sum of RGB (Red+Green+Blue) = 202+9+93=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA095D is #35F6A2. Grayscale: #4C4C4C. Windows color (decimal): -3536547 or 6097354. OLE color: 6097354.
HSL color Cylindrical-coordinate representation of color #CA095D: hue angle of 333.89º 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 #CA095D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.21 |
| HSL | 333.89º | 0.91% | 0.41% | - |
| HSV(B) | 333.89º | 0.96% | 0.79% | - |
| XYZ | 26.43 | 13.54 | 11.58 | - |
| YUV | 76.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 93 | 0 | 0.96 | 0.54 | 0.21 | 333.89 | 0.91 | 0.41 |
| Hex | CA | 9 | 5D | 0 | 60 | 36 | 15 | 14E | 5B | 29 |
| Octal | 312 | 11 | 135 | 0 | 140 | 66 | 25 | 516 | 133 | 51 |
| Binary | 11001010 | 1001 | 1011101 | 0 | 1100000 | 110110 | 10101 | 101001110 | 1011011 | 101001 |
Color Harmonies of #CA095D
Complementary color
Monochromatic Colors of #CA095D
Black with #CA095D
Text Example
Text Example
White with #CA095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA095D; }
p { color: rgb(202,9,93); }
H1.HeaderClassName
{
color: #CA095D;
}
.AnyTagClassName
{
color: #CA095D;
}
</style>
background-color css
<style>
a { background-color: #CA095D; }
a { background-color: rgb(202,9,93); }
div.DivClassName
{
background-color: #CA095D;
}
.BgClassName
{
background-color: #CA095D;
}
</style>
border-color css
<style>
span { border-color: #CA095D; }
span { border-color: rgb(202,9,93); }
td.TdClassName
{
border-color: #CA095D;
}
.TagClassName
{
border-color: #CA095D;
}
</style>