Shades of Charm #C7697E
Tints of Charm #C7697E
RGB
CMYK
RGB Variations
Color information
#C7697E (or 0xC7697E) is known color: Charm. HEX triplet: C7, 69 and 7E. RGB value is (199,105,126). Sum of RGB (Red+Green+Blue) = 199+105+126=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697E is #389681. Grayscale: #878787. Windows color (decimal): -3708546 or 8284615. OLE color: 8284615.
HSL color Cylindrical-coordinate representation of color #C7697E: hue angle of 346.6º 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 #C7697E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 126 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.22 |
| HSL | 346.6º | 0.46% | 0.6% | - |
| HSV(B) | 346.6º | 0.47% | 0.78% | - |
| XYZ | 32.37 | 23.75 | 22.62 | - |
| YUV | 135.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 126 | 0 | 0.47 | 0.37 | 0.22 | 346.6 | 0.46 | 0.6 |
| Hex | C7 | 69 | 7E | 0 | 2F | 25 | 16 | 15B | 2E | 3C |
| Octal | 307 | 151 | 176 | 0 | 57 | 45 | 26 | 533 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1111110 | 0 | 101111 | 100101 | 10110 | 101011011 | 101110 | 111100 |
Color Harmonies of #C7697E
Complementary color
Monochromatic Colors of #C7697E
Black with #C7697E
Text Example
Text Example
White with #C7697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7697E; }
p { color: rgb(199,105,126); }
H1.HeaderClassName
{
color: #C7697E;
}
.AnyTagClassName
{
color: #C7697E;
}
</style>
background-color css
<style>
a { background-color: #C7697E; }
a { background-color: rgb(199,105,126); }
div.DivClassName
{
background-color: #C7697E;
}
.BgClassName
{
background-color: #C7697E;
}
</style>
border-color css
<style>
span { border-color: #C7697E; }
span { border-color: rgb(199,105,126); }
td.TdClassName
{
border-color: #C7697E;
}
.TagClassName
{
border-color: #C7697E;
}
</style>