Shades of Charm #C9758B
Tints of Charm #C9758B
RGB
CMYK
RGB Variations
Color information
#C9758B (or 0xC9758B) is known color: Charm. HEX triplet: C9, 75 and 8B. RGB value is (201,117,139). Sum of RGB (Red+Green+Blue) = 201+117+139=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9758B is #368A74. Grayscale: #909090. Windows color (decimal): -3574389 or 9139657. OLE color: 9139657.
HSL color Cylindrical-coordinate representation of color #C9758B: hue angle of 344.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9758B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 139 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.21 |
| HSL | 344.29º | 0.44% | 0.62% | - |
| HSV(B) | 344.29º | 0.42% | 0.79% | - |
| XYZ | 35.11 | 27 | 27.79 | - |
| YUV | 144.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 139 | 0 | 0.42 | 0.31 | 0.21 | 344.29 | 0.44 | 0.62 |
| Hex | C9 | 75 | 8B | 0 | 2A | 1F | 15 | 158 | 2C | 3E |
| Octal | 311 | 165 | 213 | 0 | 52 | 37 | 25 | 530 | 54 | 76 |
| Binary | 11001001 | 1110101 | 10001011 | 0 | 101010 | 11111 | 10101 | 101011000 | 101100 | 111110 |
Color Harmonies of #C9758B
Complementary color
Monochromatic Colors of #C9758B
Black with #C9758B
Text Example
Text Example
White with #C9758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9758B; }
p { color: rgb(201,117,139); }
H1.HeaderClassName
{
color: #C9758B;
}
.AnyTagClassName
{
color: #C9758B;
}
</style>
background-color css
<style>
a { background-color: #C9758B; }
a { background-color: rgb(201,117,139); }
div.DivClassName
{
background-color: #C9758B;
}
.BgClassName
{
background-color: #C9758B;
}
</style>
border-color css
<style>
span { border-color: #C9758B; }
span { border-color: rgb(201,117,139); }
td.TdClassName
{
border-color: #C9758B;
}
.TagClassName
{
border-color: #C9758B;
}
</style>