Shades of Charm #C9697F
Tints of Charm #C9697F
RGB
CMYK
RGB Variations
Color information
#C9697F (or 0xC9697F) is known color: Charm. HEX triplet: C9, 69 and 7F. RGB value is (201,105,127). Sum of RGB (Red+Green+Blue) = 201+105+127=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9697F is #369680. Grayscale: #888888. Windows color (decimal): -3577473 or 8350153. OLE color: 8350153.
HSL color Cylindrical-coordinate representation of color #C9697F: hue angle of 346.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9697F is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 127 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.21 |
| HSL | 346.25º | 0.47% | 0.6% | - |
| HSV(B) | 346.25º | 0.48% | 0.79% | - |
| XYZ | 32.97 | 24.05 | 22.98 | - |
| YUV | 136.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 127 | 0 | 0.48 | 0.37 | 0.21 | 346.25 | 0.47 | 0.6 |
| Hex | C9 | 69 | 7F | 0 | 30 | 25 | 15 | 15A | 2F | 3C |
| Octal | 311 | 151 | 177 | 0 | 60 | 45 | 25 | 532 | 57 | 74 |
| Binary | 11001001 | 1101001 | 1111111 | 0 | 110000 | 100101 | 10101 | 101011010 | 101111 | 111100 |
Color Harmonies of #C9697F
Complementary color
Monochromatic Colors of #C9697F
Black with #C9697F
Text Example
Text Example
White with #C9697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9697F; }
p { color: rgb(201,105,127); }
H1.HeaderClassName
{
color: #C9697F;
}
.AnyTagClassName
{
color: #C9697F;
}
</style>
background-color css
<style>
a { background-color: #C9697F; }
a { background-color: rgb(201,105,127); }
div.DivClassName
{
background-color: #C9697F;
}
.BgClassName
{
background-color: #C9697F;
}
</style>
border-color css
<style>
span { border-color: #C9697F; }
span { border-color: rgb(201,105,127); }
td.TdClassName
{
border-color: #C9697F;
}
.TagClassName
{
border-color: #C9697F;
}
</style>