Shades of Charm #C9767E
Tints of Charm #C9767E
RGB
CMYK
RGB Variations
Color information
#C9767E (or 0xC9767E) is known color: Charm. HEX triplet: C9, 76 and 7E. RGB value is (201,118,126). Sum of RGB (Red+Green+Blue) = 201+118+126=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9767E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9767E is #368981. Grayscale: #8F8F8F. Windows color (decimal): -3574146 or 8287945. OLE color: 8287945.
HSL color Cylindrical-coordinate representation of color #C9767E: hue angle of 354.22º 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 #C9767E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 126 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.21 |
| HSL | 354.22º | 0.43% | 0.63% | - |
| HSV(B) | 354.22º | 0.41% | 0.79% | - |
| XYZ | 34.33 | 26.88 | 23.12 | - |
| YUV | 143.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 126 | 0 | 0.41 | 0.37 | 0.21 | 354.22 | 0.43 | 0.63 |
| Hex | C9 | 76 | 7E | 0 | 29 | 25 | 15 | 162 | 2B | 3F |
| Octal | 311 | 166 | 176 | 0 | 51 | 45 | 25 | 542 | 53 | 77 |
| Binary | 11001001 | 1110110 | 1111110 | 0 | 101001 | 100101 | 10101 | 101100010 | 101011 | 111111 |
Color Harmonies of #C9767E
Complementary color
Monochromatic Colors of #C9767E
Black with #C9767E
Text Example
Text Example
White with #C9767E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9767E; }
p { color: rgb(201,118,126); }
H1.HeaderClassName
{
color: #C9767E;
}
.AnyTagClassName
{
color: #C9767E;
}
</style>
background-color css
<style>
a { background-color: #C9767E; }
a { background-color: rgb(201,118,126); }
div.DivClassName
{
background-color: #C9767E;
}
.BgClassName
{
background-color: #C9767E;
}
</style>
border-color css
<style>
span { border-color: #C9767E; }
span { border-color: rgb(201,118,126); }
td.TdClassName
{
border-color: #C9767E;
}
.TagClassName
{
border-color: #C9767E;
}
</style>