Shades of Charm #C7697D
Tints of Charm #C7697D
RGB
CMYK
RGB Variations
Color information
#C7697D (or 0xC7697D) is known color: Charm. HEX triplet: C7, 69 and 7D. RGB value is (199,105,125). Sum of RGB (Red+Green+Blue) = 199+105+125=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697D is #389682. Grayscale: #878787. Windows color (decimal): -3708547 or 8219079. OLE color: 8219079.
HSL color Cylindrical-coordinate representation of color #C7697D: hue angle of 347.23º 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 #C7697D is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 125 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.22 |
| HSL | 347.23º | 0.46% | 0.6% | - |
| HSV(B) | 347.23º | 0.47% | 0.78% | - |
| XYZ | 32.31 | 23.73 | 22.28 | - |
| YUV | 135.39 | 122.14 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 125 | 0 | 0.47 | 0.37 | 0.22 | 347.23 | 0.46 | 0.6 |
| Hex | C7 | 69 | 7D | 0 | 2F | 25 | 16 | 15B | 2E | 3C |
| Octal | 307 | 151 | 175 | 0 | 57 | 45 | 26 | 533 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1111101 | 0 | 101111 | 100101 | 10110 | 101011011 | 101110 | 111100 |
Color Harmonies of #C7697D
Complementary color
Monochromatic Colors of #C7697D
Black with #C7697D
Text Example
Text Example
White with #C7697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7697D; }
p { color: rgb(199,105,125); }
H1.HeaderClassName
{
color: #C7697D;
}
.AnyTagClassName
{
color: #C7697D;
}
</style>
background-color css
<style>
a { background-color: #C7697D; }
a { background-color: rgb(199,105,125); }
div.DivClassName
{
background-color: #C7697D;
}
.BgClassName
{
background-color: #C7697D;
}
</style>
border-color css
<style>
span { border-color: #C7697D; }
span { border-color: rgb(199,105,125); }
td.TdClassName
{
border-color: #C7697D;
}
.TagClassName
{
border-color: #C7697D;
}
</style>