Shades of Charm #C9768C
Tints of Charm #C9768C
RGB
CMYK
RGB Variations
Color information
#C9768C (or 0xC9768C) is known color: Charm. HEX triplet: C9, 76 and 8C. RGB value is (201,118,140). Sum of RGB (Red+Green+Blue) = 201+118+140=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C9768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9768C is #368973. Grayscale: #919191. Windows color (decimal): -3574132 or 9205449. OLE color: 9205449.
HSL color Cylindrical-coordinate representation of color #C9768C: hue angle of 344.1º 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 #C9768C is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 118 | 140 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.21 |
| HSL | 344.1º | 0.43% | 0.63% | - |
| HSV(B) | 344.1º | 0.41% | 0.79% | - |
| XYZ | 35.3 | 27.27 | 28.21 | - |
| YUV | 145.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 118 | 140 | 0 | 0.41 | 0.30 | 0.21 | 344.1 | 0.43 | 0.63 |
| Hex | C9 | 76 | 8C | 0 | 29 | 1E | 15 | 158 | 2B | 3F |
| Octal | 311 | 166 | 214 | 0 | 51 | 36 | 25 | 530 | 53 | 77 |
| Binary | 11001001 | 1110110 | 10001100 | 0 | 101001 | 11110 | 10101 | 101011000 | 101011 | 111111 |
Color Harmonies of #C9768C
Complementary color
Monochromatic Colors of #C9768C
Black with #C9768C
Text Example
Text Example
White with #C9768C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9768C; }
p { color: rgb(201,118,140); }
H1.HeaderClassName
{
color: #C9768C;
}
.AnyTagClassName
{
color: #C9768C;
}
</style>
background-color css
<style>
a { background-color: #C9768C; }
a { background-color: rgb(201,118,140); }
div.DivClassName
{
background-color: #C9768C;
}
.BgClassName
{
background-color: #C9768C;
}
</style>
border-color css
<style>
span { border-color: #C9768C; }
span { border-color: rgb(201,118,140); }
td.TdClassName
{
border-color: #C9768C;
}
.TagClassName
{
border-color: #C9768C;
}
</style>