Shades of Charm #C7708A
Tints of Charm #C7708A
RGB
CMYK
RGB Variations
Color information
#C7708A (or 0xC7708A) is known color: Charm. HEX triplet: C7, 70 and 8A. RGB value is (199,112,138). Sum of RGB (Red+Green+Blue) = 199+112+138=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7708A is #388F75. Grayscale: #8C8C8C. Windows color (decimal): -3706742 or 9072839. OLE color: 9072839.
HSL color Cylindrical-coordinate representation of color #C7708A: hue angle of 342.07º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7708A is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 138 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.22 |
| HSL | 342.07º | 0.44% | 0.61% | - |
| HSV(B) | 342.07º | 0.44% | 0.78% | - |
| XYZ | 33.93 | 25.57 | 27.19 | - |
| YUV | 140.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 138 | 0 | 0.44 | 0.31 | 0.22 | 342.07 | 0.44 | 0.61 |
| Hex | C7 | 70 | 8A | 0 | 2C | 1F | 16 | 156 | 2C | 3D |
| Octal | 307 | 160 | 212 | 0 | 54 | 37 | 26 | 526 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10001010 | 0 | 101100 | 11111 | 10110 | 101010110 | 101100 | 111101 |
Color Harmonies of #C7708A
Complementary color
Monochromatic Colors of #C7708A
Black with #C7708A
Text Example
Text Example
White with #C7708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7708A; }
p { color: rgb(199,112,138); }
H1.HeaderClassName
{
color: #C7708A;
}
.AnyTagClassName
{
color: #C7708A;
}
</style>
background-color css
<style>
a { background-color: #C7708A; }
a { background-color: rgb(199,112,138); }
div.DivClassName
{
background-color: #C7708A;
}
.BgClassName
{
background-color: #C7708A;
}
</style>
border-color css
<style>
span { border-color: #C7708A; }
span { border-color: rgb(199,112,138); }
td.TdClassName
{
border-color: #C7708A;
}
.TagClassName
{
border-color: #C7708A;
}
</style>