Shades of Charm #C9767F
Tints of Charm #C9767F
RGB
CMYK
RGB Variations
Color information
#C9767F (or 0xC9767F) is known color: Charm. HEX triplet: C9, 76 and 7F. RGB value is (201,118,127). Sum of RGB (Red+Green+Blue) = 201+118+127=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9767F is #368980. Grayscale: #8F8F8F. Windows color (decimal): -3574145 or 8353481. OLE color: 8353481.
HSL color Cylindrical-coordinate representation of color #C9767F: hue angle of 353.49º 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 #C9767F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 127 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.21 |
| HSL | 353.49º | 0.43% | 0.63% | - |
| HSV(B) | 353.49º | 0.41% | 0.79% | - |
| XYZ | 34.4 | 26.91 | 23.46 | - |
| YUV | 143.84 | 118.5 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 127 | 0 | 0.41 | 0.37 | 0.21 | 353.49 | 0.43 | 0.63 |
| Hex | C9 | 76 | 7F | 0 | 29 | 25 | 15 | 161 | 2B | 3F |
| Octal | 311 | 166 | 177 | 0 | 51 | 45 | 25 | 541 | 53 | 77 |
| Binary | 11001001 | 1110110 | 1111111 | 0 | 101001 | 100101 | 10101 | 101100001 | 101011 | 111111 |
Color Harmonies of #C9767F
Complementary color
Monochromatic Colors of #C9767F
Black with #C9767F
Text Example
Text Example
White with #C9767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9767F; }
p { color: rgb(201,118,127); }
H1.HeaderClassName
{
color: #C9767F;
}
.AnyTagClassName
{
color: #C9767F;
}
</style>
background-color css
<style>
a { background-color: #C9767F; }
a { background-color: rgb(201,118,127); }
div.DivClassName
{
background-color: #C9767F;
}
.BgClassName
{
background-color: #C9767F;
}
</style>
border-color css
<style>
span { border-color: #C9767F; }
span { border-color: rgb(201,118,127); }
td.TdClassName
{
border-color: #C9767F;
}
.TagClassName
{
border-color: #C9767F;
}
</style>