Shades of Ruby #C81D68
Tints of Ruby #C81D68
RGB
CMYK
RGB Variations
Color information
#C81D68 (or 0xC81D68) is known color: Ruby. HEX triplet: C8, 1D and 68. RGB value is (200,29,104). Sum of RGB (Red+Green+Blue) = 200+29+104=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81D68 is #37E297. Grayscale: #585858. Windows color (decimal): -3662488 or 6823368. OLE color: 6823368.
HSL color Cylindrical-coordinate representation of color #C81D68: hue angle of 333.68º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81D68 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 104 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.22 |
| HSL | 333.68º | 0.75% | 0.45% | - |
| HSV(B) | 333.68º | 0.86% | 0.78% | - |
| XYZ | 26.76 | 14.16 | 14.42 | - |
| YUV | 88.68 | 136.65 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 104 | 0 | 0.86 | 0.48 | 0.22 | 333.68 | 0.75 | 0.45 |
| Hex | C8 | 1D | 68 | 0 | 56 | 30 | 16 | 14E | 4B | 2D |
| Octal | 310 | 35 | 150 | 0 | 126 | 60 | 26 | 516 | 113 | 55 |
| Binary | 11001000 | 11101 | 1101000 | 0 | 1010110 | 110000 | 10110 | 101001110 | 1001011 | 101101 |
Color Harmonies of #C81D68
Complementary color
Monochromatic Colors of #C81D68
Black with #C81D68
Text Example
Text Example
White with #C81D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D68; }
p { color: rgb(200,29,104); }
H1.HeaderClassName
{
color: #C81D68;
}
.AnyTagClassName
{
color: #C81D68;
}
</style>
background-color css
<style>
a { background-color: #C81D68; }
a { background-color: rgb(200,29,104); }
div.DivClassName
{
background-color: #C81D68;
}
.BgClassName
{
background-color: #C81D68;
}
</style>
border-color css
<style>
span { border-color: #C81D68; }
span { border-color: rgb(200,29,104); }
td.TdClassName
{
border-color: #C81D68;
}
.TagClassName
{
border-color: #C81D68;
}
</style>