Shades of Charm #C9787F
Tints of Charm #C9787F
RGB
CMYK
RGB Variations
Color information
#C9787F (or 0xC9787F) is known color: Charm. HEX triplet: C9, 78 and 7F. RGB value is (201,120,127). Sum of RGB (Red+Green+Blue) = 201+120+127=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9787F is #368780. Grayscale: #919191. Windows color (decimal): -3573633 or 8353993. OLE color: 8353993.
HSL color Cylindrical-coordinate representation of color #C9787F: hue angle of 354.81º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9787F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 127 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.21 |
| HSL | 354.81º | 0.43% | 0.63% | - |
| HSV(B) | 354.81º | 0.4% | 0.79% | - |
| XYZ | 34.63 | 27.38 | 23.54 | - |
| YUV | 145.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 127 | 0 | 0.40 | 0.37 | 0.21 | 354.81 | 0.43 | 0.63 |
| Hex | C9 | 78 | 7F | 0 | 28 | 25 | 15 | 163 | 2B | 3F |
| Octal | 311 | 170 | 177 | 0 | 50 | 45 | 25 | 543 | 53 | 77 |
| Binary | 11001001 | 1111000 | 1111111 | 0 | 101000 | 100101 | 10101 | 101100011 | 101011 | 111111 |
Color Harmonies of #C9787F
Complementary color
Monochromatic Colors of #C9787F
Black with #C9787F
Text Example
Text Example
White with #C9787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9787F; }
p { color: rgb(201,120,127); }
H1.HeaderClassName
{
color: #C9787F;
}
.AnyTagClassName
{
color: #C9787F;
}
</style>
background-color css
<style>
a { background-color: #C9787F; }
a { background-color: rgb(201,120,127); }
div.DivClassName
{
background-color: #C9787F;
}
.BgClassName
{
background-color: #C9787F;
}
</style>
border-color css
<style>
span { border-color: #C9787F; }
span { border-color: rgb(201,120,127); }
td.TdClassName
{
border-color: #C9787F;
}
.TagClassName
{
border-color: #C9787F;
}
</style>