Shades of Charm #C9657B
Tints of Charm #C9657B
RGB
CMYK
RGB Variations
Color information
#C9657B (or 0xC9657B) is known color: Charm. HEX triplet: C9, 65 and 7B. RGB value is (201,101,123). Sum of RGB (Red+Green+Blue) = 201+101+123=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9657B is #369A84. Grayscale: #858585. Windows color (decimal): -3578501 or 8086985. OLE color: 8086985.
HSL color Cylindrical-coordinate representation of color #C9657B: hue angle of 346.8º 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 #C9657B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 123 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.21 |
| HSL | 346.8º | 0.48% | 0.59% | - |
| HSV(B) | 346.8º | 0.5% | 0.79% | - |
| XYZ | 32.32 | 23.15 | 21.5 | - |
| YUV | 133.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 123 | 0 | 0.50 | 0.39 | 0.21 | 346.8 | 0.48 | 0.59 |
| Hex | C9 | 65 | 7B | 0 | 32 | 27 | 15 | 15B | 30 | 3B |
| Octal | 311 | 145 | 173 | 0 | 62 | 47 | 25 | 533 | 60 | 73 |
| Binary | 11001001 | 1100101 | 1111011 | 0 | 110010 | 100111 | 10101 | 101011011 | 110000 | 111011 |
Color Harmonies of #C9657B
Complementary color
Monochromatic Colors of #C9657B
Black with #C9657B
Text Example
Text Example
White with #C9657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9657B; }
p { color: rgb(201,101,123); }
H1.HeaderClassName
{
color: #C9657B;
}
.AnyTagClassName
{
color: #C9657B;
}
</style>
background-color css
<style>
a { background-color: #C9657B; }
a { background-color: rgb(201,101,123); }
div.DivClassName
{
background-color: #C9657B;
}
.BgClassName
{
background-color: #C9657B;
}
</style>
border-color css
<style>
span { border-color: #C9657B; }
span { border-color: rgb(201,101,123); }
td.TdClassName
{
border-color: #C9657B;
}
.TagClassName
{
border-color: #C9657B;
}
</style>