Shades of Charm #C9748C
Tints of Charm #C9748C
RGB
CMYK
RGB Variations
Color information
#C9748C (or 0xC9748C) is known color: Charm. HEX triplet: C9, 74 and 8C. RGB value is (201,116,140). Sum of RGB (Red+Green+Blue) = 201+116+140=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9748C is #368B73. Grayscale: #909090. Windows color (decimal): -3574644 or 9204937. OLE color: 9204937.
HSL color Cylindrical-coordinate representation of color #C9748C: hue angle of 343.06º 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 #C9748C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 140 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.21 |
| HSL | 343.06º | 0.44% | 0.62% | - |
| HSV(B) | 343.06º | 0.42% | 0.79% | - |
| XYZ | 35.07 | 26.8 | 28.14 | - |
| YUV | 144.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 140 | 0 | 0.42 | 0.30 | 0.21 | 343.06 | 0.44 | 0.62 |
| Hex | C9 | 74 | 8C | 0 | 2A | 1E | 15 | 157 | 2C | 3E |
| Octal | 311 | 164 | 214 | 0 | 52 | 36 | 25 | 527 | 54 | 76 |
| Binary | 11001001 | 1110100 | 10001100 | 0 | 101010 | 11110 | 10101 | 101010111 | 101100 | 111110 |
Color Harmonies of #C9748C
Complementary color
Monochromatic Colors of #C9748C
Black with #C9748C
Text Example
Text Example
White with #C9748C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9748C; }
p { color: rgb(201,116,140); }
H1.HeaderClassName
{
color: #C9748C;
}
.AnyTagClassName
{
color: #C9748C;
}
</style>
background-color css
<style>
a { background-color: #C9748C; }
a { background-color: rgb(201,116,140); }
div.DivClassName
{
background-color: #C9748C;
}
.BgClassName
{
background-color: #C9748C;
}
</style>
border-color css
<style>
span { border-color: #C9748C; }
span { border-color: rgb(201,116,140); }
td.TdClassName
{
border-color: #C9748C;
}
.TagClassName
{
border-color: #C9748C;
}
</style>