Shades of Charm #C97686
Tints of Charm #C97686
RGB
CMYK
RGB Variations
Color information
#C97686 (or 0xC97686) is known color: Charm. HEX triplet: C9, 76 and 86. RGB value is (201,118,134). Sum of RGB (Red+Green+Blue) = 201+118+134=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C97686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97686 is #368979. Grayscale: #909090. Windows color (decimal): -3574138 or 8812233. OLE color: 8812233.
HSL color Cylindrical-coordinate representation of color #C97686: hue angle of 348.43º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C97686 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 134 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.21 |
| HSL | 348.43º | 0.43% | 0.63% | - |
| HSV(B) | 348.43º | 0.41% | 0.79% | - |
| XYZ | 34.87 | 27.1 | 25.95 | - |
| YUV | 144.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 134 | 0 | 0.41 | 0.33 | 0.21 | 348.43 | 0.43 | 0.63 |
| Hex | C9 | 76 | 86 | 0 | 29 | 21 | 15 | 15C | 2B | 3F |
| Octal | 311 | 166 | 206 | 0 | 51 | 41 | 25 | 534 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10000110 | 0 | 101001 | 100001 | 10101 | 101011100 | 101011 | 111111 |
Color Harmonies of #C97686
Complementary color
Monochromatic Colors of #C97686
Black with #C97686
Text Example
Text Example
White with #C97686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97686; }
p { color: rgb(201,118,134); }
H1.HeaderClassName
{
color: #C97686;
}
.AnyTagClassName
{
color: #C97686;
}
</style>
background-color css
<style>
a { background-color: #C97686; }
a { background-color: rgb(201,118,134); }
div.DivClassName
{
background-color: #C97686;
}
.BgClassName
{
background-color: #C97686;
}
</style>
border-color css
<style>
span { border-color: #C97686; }
span { border-color: rgb(201,118,134); }
td.TdClassName
{
border-color: #C97686;
}
.TagClassName
{
border-color: #C97686;
}
</style>