Shades of Charm #C76682
Tints of Charm #C76682
RGB
CMYK
RGB Variations
Color information
#C76682 (or 0xC76682) is known color: Charm. HEX triplet: C7, 66 and 82. RGB value is (199,102,130). Sum of RGB (Red+Green+Blue) = 199+102+130=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C76682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76682 is #38997D. Grayscale: #868686. Windows color (decimal): -3709310 or 8545991. OLE color: 8545991.
HSL color Cylindrical-coordinate representation of color #C76682: hue angle of 342.68º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76682 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 130 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.22 |
| HSL | 342.68º | 0.46% | 0.59% | - |
| HSV(B) | 342.68º | 0.49% | 0.78% | - |
| XYZ | 32.33 | 23.26 | 23.9 | - |
| YUV | 134.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 130 | 0 | 0.49 | 0.35 | 0.22 | 342.68 | 0.46 | 0.59 |
| Hex | C7 | 66 | 82 | 0 | 31 | 23 | 16 | 157 | 2E | 3B |
| Octal | 307 | 146 | 202 | 0 | 61 | 43 | 26 | 527 | 56 | 73 |
| Binary | 11000111 | 1100110 | 10000010 | 0 | 110001 | 100011 | 10110 | 101010111 | 101110 | 111011 |
Color Harmonies of #C76682
Complementary color
Monochromatic Colors of #C76682
Black with #C76682
Text Example
Text Example
White with #C76682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76682; }
p { color: rgb(199,102,130); }
H1.HeaderClassName
{
color: #C76682;
}
.AnyTagClassName
{
color: #C76682;
}
</style>
background-color css
<style>
a { background-color: #C76682; }
a { background-color: rgb(199,102,130); }
div.DivClassName
{
background-color: #C76682;
}
.BgClassName
{
background-color: #C76682;
}
</style>
border-color css
<style>
span { border-color: #C76682; }
span { border-color: rgb(199,102,130); }
td.TdClassName
{
border-color: #C76682;
}
.TagClassName
{
border-color: #C76682;
}
</style>