Shades of Charm #C97D8F
Tints of Charm #C97D8F
RGB
CMYK
RGB Variations
Color information
#C97D8F (or 0xC97D8F) is known color: Charm. HEX triplet: C9, 7D and 8F. RGB value is (201,125,143). Sum of RGB (Red+Green+Blue) = 201+125+143=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97D8F is #368270. Grayscale: #959595. Windows color (decimal): -3572337 or 9403849. OLE color: 9403849.
HSL color Cylindrical-coordinate representation of color #C97D8F: hue angle of 345.79º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97D8F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 125 | 143 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.21 |
| HSL | 345.79º | 0.41% | 0.64% | - |
| HSV(B) | 345.79º | 0.38% | 0.79% | - |
| XYZ | 36.38 | 29.07 | 29.68 | - |
| YUV | 149.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 125 | 143 | 0 | 0.38 | 0.29 | 0.21 | 345.79 | 0.41 | 0.64 |
| Hex | C9 | 7D | 8F | 0 | 26 | 1D | 15 | 15A | 29 | 40 |
| Octal | 311 | 175 | 217 | 0 | 46 | 35 | 25 | 532 | 51 | 100 |
| Binary | 11001001 | 1111101 | 10001111 | 0 | 100110 | 11101 | 10101 | 101011010 | 101001 | 1000000 |
Color Harmonies of #C97D8F
Complementary color
Monochromatic Colors of #C97D8F
Black with #C97D8F
Text Example
Text Example
White with #C97D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97D8F; }
p { color: rgb(201,125,143); }
H1.HeaderClassName
{
color: #C97D8F;
}
.AnyTagClassName
{
color: #C97D8F;
}
</style>
background-color css
<style>
a { background-color: #C97D8F; }
a { background-color: rgb(201,125,143); }
div.DivClassName
{
background-color: #C97D8F;
}
.BgClassName
{
background-color: #C97D8F;
}
</style>
border-color css
<style>
span { border-color: #C97D8F; }
span { border-color: rgb(201,125,143); }
td.TdClassName
{
border-color: #C97D8F;
}
.TagClassName
{
border-color: #C97D8F;
}
</style>