Shades of Charm #C7697C
Tints of Charm #C7697C
RGB
CMYK
RGB Variations
Color information
#C7697C (or 0xC7697C) is known color: Charm. HEX triplet: C7, 69 and 7C. RGB value is (199,105,124). Sum of RGB (Red+Green+Blue) = 199+105+124=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697C is #389683. Grayscale: #878787. Windows color (decimal): -3708548 or 8153543. OLE color: 8153543.
HSL color Cylindrical-coordinate representation of color #C7697C: hue angle of 347.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7697C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 124 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.22 |
| HSL | 347.87º | 0.46% | 0.6% | - |
| HSV(B) | 347.87º | 0.47% | 0.78% | - |
| XYZ | 32.24 | 23.7 | 21.94 | - |
| YUV | 135.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 124 | 0 | 0.47 | 0.38 | 0.22 | 347.87 | 0.46 | 0.6 |
| Hex | C7 | 69 | 7C | 0 | 2F | 26 | 16 | 15C | 2E | 3C |
| Octal | 307 | 151 | 174 | 0 | 57 | 46 | 26 | 534 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1111100 | 0 | 101111 | 100110 | 10110 | 101011100 | 101110 | 111100 |
Color Harmonies of #C7697C
Complementary color
Monochromatic Colors of #C7697C
Black with #C7697C
Text Example
Text Example
White with #C7697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7697C; }
p { color: rgb(199,105,124); }
H1.HeaderClassName
{
color: #C7697C;
}
.AnyTagClassName
{
color: #C7697C;
}
</style>
background-color css
<style>
a { background-color: #C7697C; }
a { background-color: rgb(199,105,124); }
div.DivClassName
{
background-color: #C7697C;
}
.BgClassName
{
background-color: #C7697C;
}
</style>
border-color css
<style>
span { border-color: #C7697C; }
span { border-color: rgb(199,105,124); }
td.TdClassName
{
border-color: #C7697C;
}
.TagClassName
{
border-color: #C7697C;
}
</style>