Shades of Ruby #C8095C
Tints of Ruby #C8095C
RGB
CMYK
RGB Variations
Color information
#C8095C (or 0xC8095C) is known color: Ruby. HEX triplet: C8, 09 and 5C. RGB value is (200,9,92). Sum of RGB (Red+Green+Blue) = 200+9+92=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C8095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8095C is #37F6A3. Grayscale: #4B4B4B. Windows color (decimal): -3667620 or 6031816. OLE color: 6031816.
HSL color Cylindrical-coordinate representation of color #C8095C: hue angle of 333.93º 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 #C8095C is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.22 |
| HSL | 333.93º | 0.91% | 0.41% | - |
| HSV(B) | 333.93º | 0.96% | 0.78% | - |
| XYZ | 25.85 | 13.25 | 11.32 | - |
| YUV | 75.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 92 | 0 | 0.96 | 0.54 | 0.22 | 333.93 | 0.91 | 0.41 |
| Hex | C8 | 9 | 5C | 0 | 60 | 36 | 16 | 14E | 5B | 29 |
| Octal | 310 | 11 | 134 | 0 | 140 | 66 | 26 | 516 | 133 | 51 |
| Binary | 11001000 | 1001 | 1011100 | 0 | 1100000 | 110110 | 10110 | 101001110 | 1011011 | 101001 |
Color Harmonies of #C8095C
Complementary color
Monochromatic Colors of #C8095C
Black with #C8095C
Text Example
Text Example
White with #C8095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8095C; }
p { color: rgb(200,9,92); }
H1.HeaderClassName
{
color: #C8095C;
}
.AnyTagClassName
{
color: #C8095C;
}
</style>
background-color css
<style>
a { background-color: #C8095C; }
a { background-color: rgb(200,9,92); }
div.DivClassName
{
background-color: #C8095C;
}
.BgClassName
{
background-color: #C8095C;
}
</style>
border-color css
<style>
span { border-color: #C8095C; }
span { border-color: rgb(200,9,92); }
td.TdClassName
{
border-color: #C8095C;
}
.TagClassName
{
border-color: #C8095C;
}
</style>