Shades of Ruby #C8095A
Tints of Ruby #C8095A
RGB
CMYK
RGB Variations
Color information
#C8095A (or 0xC8095A) is known color: Ruby. HEX triplet: C8, 09 and 5A. RGB value is (200,9,90). Sum of RGB (Red+Green+Blue) = 200+9+90=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C8095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8095A is #37F6A5. Grayscale: #4B4B4B. Windows color (decimal): -3667622 or 5900744. OLE color: 5900744.
HSL color Cylindrical-coordinate representation of color #C8095A: hue angle of 334.55º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8095A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.22 |
| HSL | 334.56º | 0.91% | 0.41% | - |
| HSV(B) | 334.56º | 0.96% | 0.78% | - |
| XYZ | 25.76 | 13.21 | 10.87 | - |
| YUV | 75.34 | 136.28 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 90 | 0 | 0.96 | 0.55 | 0.22 | 334.56 | 0.91 | 0.41 |
| Hex | C8 | 9 | 5A | 0 | 60 | 37 | 16 | 14F | 5B | 29 |
| Octal | 310 | 11 | 132 | 0 | 140 | 67 | 26 | 517 | 133 | 51 |
| Binary | 11001000 | 1001 | 1011010 | 0 | 1100000 | 110111 | 10110 | 101001111 | 1011011 | 101001 |
Color Harmonies of #C8095A
Complementary color
Monochromatic Colors of #C8095A
Black with #C8095A
Text Example
Text Example
White with #C8095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8095A; }
p { color: rgb(200,9,90); }
H1.HeaderClassName
{
color: #C8095A;
}
.AnyTagClassName
{
color: #C8095A;
}
</style>
background-color css
<style>
a { background-color: #C8095A; }
a { background-color: rgb(200,9,90); }
div.DivClassName
{
background-color: #C8095A;
}
.BgClassName
{
background-color: #C8095A;
}
</style>
border-color css
<style>
span { border-color: #C8095A; }
span { border-color: rgb(200,9,90); }
td.TdClassName
{
border-color: #C8095A;
}
.TagClassName
{
border-color: #C8095A;
}
</style>