Shades of Ruby #C81269
Tints of Ruby #C81269
RGB
CMYK
RGB Variations
Color information
#C81269 (or 0xC81269) is known color: Ruby. HEX triplet: C8, 12 and 69. RGB value is (200,18,105). Sum of RGB (Red+Green+Blue) = 200+18+105=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C81269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81269 is #37ED96. Grayscale: #525252. Windows color (decimal): -3665303 or 6886088. OLE color: 6886088.
HSL color Cylindrical-coordinate representation of color #C81269: hue angle of 331.32º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81269 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 105 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.22 |
| HSL | 331.32º | 0.83% | 0.43% | - |
| HSV(B) | 331.32º | 0.91% | 0.78% | - |
| XYZ | 26.59 | 13.73 | 14.61 | - |
| YUV | 82.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 105 | 0 | 0.91 | 0.48 | 0.22 | 331.32 | 0.83 | 0.43 |
| Hex | C8 | 12 | 69 | 0 | 5B | 30 | 16 | 14B | 53 | 2B |
| Octal | 310 | 22 | 151 | 0 | 133 | 60 | 26 | 513 | 123 | 53 |
| Binary | 11001000 | 10010 | 1101001 | 0 | 1011011 | 110000 | 10110 | 101001011 | 1010011 | 101011 |
Color Harmonies of #C81269
Complementary color
Monochromatic Colors of #C81269
Black with #C81269
Text Example
Text Example
White with #C81269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81269; }
p { color: rgb(200,18,105); }
H1.HeaderClassName
{
color: #C81269;
}
.AnyTagClassName
{
color: #C81269;
}
</style>
background-color css
<style>
a { background-color: #C81269; }
a { background-color: rgb(200,18,105); }
div.DivClassName
{
background-color: #C81269;
}
.BgClassName
{
background-color: #C81269;
}
</style>
border-color css
<style>
span { border-color: #C81269; }
span { border-color: rgb(200,18,105); }
td.TdClassName
{
border-color: #C81269;
}
.TagClassName
{
border-color: #C81269;
}
</style>