Shades of Charm #C96B87
Tints of Charm #C96B87
RGB
CMYK
RGB Variations
Color information
#C96B87 (or 0xC96B87) is known color: Charm. HEX triplet: C9, 6B and 87. RGB value is (201,107,135). Sum of RGB (Red+Green+Blue) = 201+107+135=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C96B87 is #369478. Grayscale: #8A8A8A. Windows color (decimal): -3576953 or 8874953. OLE color: 8874953.
HSL color Cylindrical-coordinate representation of color #C96B87: hue angle of 342.13º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96B87 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 135 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.21 |
| HSL | 342.13º | 0.47% | 0.6% | - |
| HSV(B) | 342.13º | 0.47% | 0.79% | - |
| XYZ | 33.72 | 24.68 | 25.91 | - |
| YUV | 138.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 135 | 0 | 0.47 | 0.33 | 0.21 | 342.13 | 0.47 | 0.6 |
| Hex | C9 | 6B | 87 | 0 | 2F | 21 | 15 | 156 | 2F | 3C |
| Octal | 311 | 153 | 207 | 0 | 57 | 41 | 25 | 526 | 57 | 74 |
| Binary | 11001001 | 1101011 | 10000111 | 0 | 101111 | 100001 | 10101 | 101010110 | 101111 | 111100 |
Color Harmonies of #C96B87
Complementary color
Monochromatic Colors of #C96B87
Black with #C96B87
Text Example
Text Example
White with #C96B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B87; }
p { color: rgb(201,107,135); }
H1.HeaderClassName
{
color: #C96B87;
}
.AnyTagClassName
{
color: #C96B87;
}
</style>
background-color css
<style>
a { background-color: #C96B87; }
a { background-color: rgb(201,107,135); }
div.DivClassName
{
background-color: #C96B87;
}
.BgClassName
{
background-color: #C96B87;
}
</style>
border-color css
<style>
span { border-color: #C96B87; }
span { border-color: rgb(201,107,135); }
td.TdClassName
{
border-color: #C96B87;
}
.TagClassName
{
border-color: #C96B87;
}
</style>