Shades of Charm #C97884
Tints of Charm #C97884
RGB
CMYK
RGB Variations
Color information
#C97884 (or 0xC97884) is known color: Charm. HEX triplet: C9, 78 and 84. RGB value is (201,120,132). Sum of RGB (Red+Green+Blue) = 201+120+132=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C97884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97884 is #36877B. Grayscale: #919191. Windows color (decimal): -3573628 or 8681673. OLE color: 8681673.
HSL color Cylindrical-coordinate representation of color #C97884: hue angle of 351.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C97884 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 132 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.21 |
| HSL | 351.11º | 0.43% | 0.63% | - |
| HSV(B) | 351.11º | 0.4% | 0.79% | - |
| XYZ | 34.97 | 27.52 | 25.3 | - |
| YUV | 145.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 132 | 0 | 0.40 | 0.34 | 0.21 | 351.11 | 0.43 | 0.63 |
| Hex | C9 | 78 | 84 | 0 | 28 | 22 | 15 | 15F | 2B | 3F |
| Octal | 311 | 170 | 204 | 0 | 50 | 42 | 25 | 537 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10000100 | 0 | 101000 | 100010 | 10101 | 101011111 | 101011 | 111111 |
Color Harmonies of #C97884
Complementary color
Monochromatic Colors of #C97884
Black with #C97884
Text Example
Text Example
White with #C97884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97884; }
p { color: rgb(201,120,132); }
H1.HeaderClassName
{
color: #C97884;
}
.AnyTagClassName
{
color: #C97884;
}
</style>
background-color css
<style>
a { background-color: #C97884; }
a { background-color: rgb(201,120,132); }
div.DivClassName
{
background-color: #C97884;
}
.BgClassName
{
background-color: #C97884;
}
</style>
border-color css
<style>
span { border-color: #C97884; }
span { border-color: rgb(201,120,132); }
td.TdClassName
{
border-color: #C97884;
}
.TagClassName
{
border-color: #C97884;
}
</style>