Shades of Ruby #C82067
Tints of Ruby #C82067
RGB
CMYK
RGB Variations
Color information
#C82067 (or 0xC82067) is known color: Ruby. HEX triplet: C8, 20 and 67. RGB value is (200,32,103). Sum of RGB (Red+Green+Blue) = 200+32+103=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C82067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82067 is #37DF98. Grayscale: #5A5A5A. Windows color (decimal): -3661721 or 6758600. OLE color: 6758600.
HSL color Cylindrical-coordinate representation of color #C82067: hue angle of 334.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82067 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.22 |
| HSL | 334.64º | 0.72% | 0.45% | - |
| HSV(B) | 334.64º | 0.84% | 0.78% | - |
| XYZ | 26.78 | 14.29 | 14.18 | - |
| YUV | 90.33 | 135.16 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 103 | 0 | 0.84 | 0.48 | 0.22 | 334.64 | 0.72 | 0.45 |
| Hex | C8 | 20 | 67 | 0 | 54 | 30 | 16 | 14F | 48 | 2D |
| Octal | 310 | 40 | 147 | 0 | 124 | 60 | 26 | 517 | 110 | 55 |
| Binary | 11001000 | 100000 | 1100111 | 0 | 1010100 | 110000 | 10110 | 101001111 | 1001000 | 101101 |
Color Harmonies of #C82067
Complementary color
Monochromatic Colors of #C82067
Black with #C82067
Text Example
Text Example
White with #C82067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82067; }
p { color: rgb(200,32,103); }
H1.HeaderClassName
{
color: #C82067;
}
.AnyTagClassName
{
color: #C82067;
}
</style>
background-color css
<style>
a { background-color: #C82067; }
a { background-color: rgb(200,32,103); }
div.DivClassName
{
background-color: #C82067;
}
.BgClassName
{
background-color: #C82067;
}
</style>
border-color css
<style>
span { border-color: #C82067; }
span { border-color: rgb(200,32,103); }
td.TdClassName
{
border-color: #C82067;
}
.TagClassName
{
border-color: #C82067;
}
</style>