Shades of Charm #C9707A
Tints of Charm #C9707A
RGB
CMYK
RGB Variations
Color information
#C9707A (or 0xC9707A) is known color: Charm. HEX triplet: C9, 70 and 7A. RGB value is (201,112,122). Sum of RGB (Red+Green+Blue) = 201+112+122=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9707A is #368F85. Grayscale: #8B8B8B. Windows color (decimal): -3575686 or 8024265. OLE color: 8024265.
HSL color Cylindrical-coordinate representation of color #C9707A: hue angle of 353.26º 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 #C9707A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 122 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.21 |
| HSL | 353.26º | 0.45% | 0.61% | - |
| HSV(B) | 353.26º | 0.44% | 0.79% | - |
| XYZ | 33.39 | 25.41 | 21.56 | - |
| YUV | 139.75 | 117.99 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 122 | 0 | 0.44 | 0.39 | 0.21 | 353.26 | 0.45 | 0.61 |
| Hex | C9 | 70 | 7A | 0 | 2C | 27 | 15 | 161 | 2D | 3D |
| Octal | 311 | 160 | 172 | 0 | 54 | 47 | 25 | 541 | 55 | 75 |
| Binary | 11001001 | 1110000 | 1111010 | 0 | 101100 | 100111 | 10101 | 101100001 | 101101 | 111101 |
Color Harmonies of #C9707A
Complementary color
Monochromatic Colors of #C9707A
Black with #C9707A
Text Example
Text Example
White with #C9707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9707A; }
p { color: rgb(201,112,122); }
H1.HeaderClassName
{
color: #C9707A;
}
.AnyTagClassName
{
color: #C9707A;
}
</style>
background-color css
<style>
a { background-color: #C9707A; }
a { background-color: rgb(201,112,122); }
div.DivClassName
{
background-color: #C9707A;
}
.BgClassName
{
background-color: #C9707A;
}
</style>
border-color css
<style>
span { border-color: #C9707A; }
span { border-color: rgb(201,112,122); }
td.TdClassName
{
border-color: #C9707A;
}
.TagClassName
{
border-color: #C9707A;
}
</style>