Shades of Charm #C97E8C
Tints of Charm #C97E8C
RGB
CMYK
RGB Variations
Color information
#C97E8C (or 0xC97E8C) is known color: Charm. HEX triplet: C9, 7E and 8C. RGB value is (201,126,140). Sum of RGB (Red+Green+Blue) = 201+126+140=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C97E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97E8C is #368173. Grayscale: #969696. Windows color (decimal): -3572084 or 9207497. OLE color: 9207497.
HSL color Cylindrical-coordinate representation of color #C97E8C: hue angle of 348.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97E8C is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 126 | 140 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.21 |
| HSL | 348.8º | 0.41% | 0.64% | - |
| HSV(B) | 348.8º | 0.37% | 0.79% | - |
| XYZ | 36.28 | 29.23 | 28.54 | - |
| YUV | 150.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 126 | 140 | 0 | 0.37 | 0.30 | 0.21 | 348.8 | 0.41 | 0.64 |
| Hex | C9 | 7E | 8C | 0 | 25 | 1E | 15 | 15D | 29 | 40 |
| Octal | 311 | 176 | 214 | 0 | 45 | 36 | 25 | 535 | 51 | 100 |
| Binary | 11001001 | 1111110 | 10001100 | 0 | 100101 | 11110 | 10101 | 101011101 | 101001 | 1000000 |
Color Harmonies of #C97E8C
Complementary color
Monochromatic Colors of #C97E8C
Black with #C97E8C
Text Example
Text Example
White with #C97E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97E8C; }
p { color: rgb(201,126,140); }
H1.HeaderClassName
{
color: #C97E8C;
}
.AnyTagClassName
{
color: #C97E8C;
}
</style>
background-color css
<style>
a { background-color: #C97E8C; }
a { background-color: rgb(201,126,140); }
div.DivClassName
{
background-color: #C97E8C;
}
.BgClassName
{
background-color: #C97E8C;
}
</style>
border-color css
<style>
span { border-color: #C97E8C; }
span { border-color: rgb(201,126,140); }
td.TdClassName
{
border-color: #C97E8C;
}
.TagClassName
{
border-color: #C97E8C;
}
</style>