Shades of Charm #C9708C
Tints of Charm #C9708C
RGB
CMYK
RGB Variations
Color information
#C9708C (or 0xC9708C) is known color: Charm. HEX triplet: C9, 70 and 8C. RGB value is (201,112,140). Sum of RGB (Red+Green+Blue) = 201+112+140=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9708C is #368F73. Grayscale: #8D8D8D. Windows color (decimal): -3575668 or 9203913. OLE color: 9203913.
HSL color Cylindrical-coordinate representation of color #C9708C: hue angle of 341.12º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9708C is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 140 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.21 |
| HSL | 341.12º | 0.45% | 0.61% | - |
| HSV(B) | 341.12º | 0.44% | 0.79% | - |
| XYZ | 34.62 | 25.9 | 27.99 | - |
| YUV | 141.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 140 | 0 | 0.44 | 0.30 | 0.21 | 341.12 | 0.45 | 0.61 |
| Hex | C9 | 70 | 8C | 0 | 2C | 1E | 15 | 155 | 2D | 3D |
| Octal | 311 | 160 | 214 | 0 | 54 | 36 | 25 | 525 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10001100 | 0 | 101100 | 11110 | 10101 | 101010101 | 101101 | 111101 |
Color Harmonies of #C9708C
Complementary color
Monochromatic Colors of #C9708C
Black with #C9708C
Text Example
Text Example
White with #C9708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9708C; }
p { color: rgb(201,112,140); }
H1.HeaderClassName
{
color: #C9708C;
}
.AnyTagClassName
{
color: #C9708C;
}
</style>
background-color css
<style>
a { background-color: #C9708C; }
a { background-color: rgb(201,112,140); }
div.DivClassName
{
background-color: #C9708C;
}
.BgClassName
{
background-color: #C9708C;
}
</style>
border-color css
<style>
span { border-color: #C9708C; }
span { border-color: rgb(201,112,140); }
td.TdClassName
{
border-color: #C9708C;
}
.TagClassName
{
border-color: #C9708C;
}
</style>