Shades of Charm #C7687A
Tints of Charm #C7687A
RGB
CMYK
RGB Variations
Color information
#C7687A (or 0xC7687A) is known color: Charm. HEX triplet: C7, 68 and 7A. RGB value is (199,104,122). Sum of RGB (Red+Green+Blue) = 199+104+122=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C7687A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7687A is #389785. Grayscale: #868686. Windows color (decimal): -3708806 or 8022215. OLE color: 8022215.
HSL color Cylindrical-coordinate representation of color #C7687A: hue angle of 348.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7687A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 122 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.22 |
| HSL | 348.63º | 0.46% | 0.59% | - |
| HSV(B) | 348.63º | 0.48% | 0.78% | - |
| XYZ | 32.02 | 23.45 | 21.25 | - |
| YUV | 134.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 122 | 0 | 0.48 | 0.39 | 0.22 | 348.63 | 0.46 | 0.59 |
| Hex | C7 | 68 | 7A | 0 | 30 | 27 | 16 | 15D | 2E | 3B |
| Octal | 307 | 150 | 172 | 0 | 60 | 47 | 26 | 535 | 56 | 73 |
| Binary | 11000111 | 1101000 | 1111010 | 0 | 110000 | 100111 | 10110 | 101011101 | 101110 | 111011 |
Color Harmonies of #C7687A
Complementary color
Monochromatic Colors of #C7687A
Black with #C7687A
Text Example
Text Example
White with #C7687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7687A; }
p { color: rgb(199,104,122); }
H1.HeaderClassName
{
color: #C7687A;
}
.AnyTagClassName
{
color: #C7687A;
}
</style>
background-color css
<style>
a { background-color: #C7687A; }
a { background-color: rgb(199,104,122); }
div.DivClassName
{
background-color: #C7687A;
}
.BgClassName
{
background-color: #C7687A;
}
</style>
border-color css
<style>
span { border-color: #C7687A; }
span { border-color: rgb(199,104,122); }
td.TdClassName
{
border-color: #C7687A;
}
.TagClassName
{
border-color: #C7687A;
}
</style>