Shades of Charm #C9657E
Tints of Charm #C9657E
RGB
CMYK
RGB Variations
Color information
#C9657E (or 0xC9657E) is known color: Charm. HEX triplet: C9, 65 and 7E. RGB value is (201,101,126). Sum of RGB (Red+Green+Blue) = 201+101+126=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9657E is #369A81. Grayscale: #858585. Windows color (decimal): -3578498 or 8283593. OLE color: 8283593.
HSL color Cylindrical-coordinate representation of color #C9657E: hue angle of 345º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9657E is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 126 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.21 |
| HSL | 345º | 0.48% | 0.59% | - |
| HSV(B) | 345º | 0.5% | 0.79% | - |
| XYZ | 32.51 | 23.23 | 22.51 | - |
| YUV | 133.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 126 | 0 | 0.50 | 0.37 | 0.21 | 345 | 0.48 | 0.59 |
| Hex | C9 | 65 | 7E | 0 | 32 | 25 | 15 | 159 | 30 | 3B |
| Octal | 311 | 145 | 176 | 0 | 62 | 45 | 25 | 531 | 60 | 73 |
| Binary | 11001001 | 1100101 | 1111110 | 0 | 110010 | 100101 | 10101 | 101011001 | 110000 | 111011 |
Color Harmonies of #C9657E
Complementary color
Monochromatic Colors of #C9657E
Black with #C9657E
Text Example
Text Example
White with #C9657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9657E; }
p { color: rgb(201,101,126); }
H1.HeaderClassName
{
color: #C9657E;
}
.AnyTagClassName
{
color: #C9657E;
}
</style>
background-color css
<style>
a { background-color: #C9657E; }
a { background-color: rgb(201,101,126); }
div.DivClassName
{
background-color: #C9657E;
}
.BgClassName
{
background-color: #C9657E;
}
</style>
border-color css
<style>
span { border-color: #C9657E; }
span { border-color: rgb(201,101,126); }
td.TdClassName
{
border-color: #C9657E;
}
.TagClassName
{
border-color: #C9657E;
}
</style>