Shades of Charm #C97883
Tints of Charm #C97883
RGB
CMYK
RGB Variations
Color information
#C97883 (or 0xC97883) is known color: Charm. HEX triplet: C9, 78 and 83. RGB value is (201,120,131). Sum of RGB (Red+Green+Blue) = 201+120+131=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C97883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97883 is #36877C. Grayscale: #919191. Windows color (decimal): -3573629 or 8616137. OLE color: 8616137.
HSL color Cylindrical-coordinate representation of color #C97883: hue angle of 351.85º 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 #C97883 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 120 | 131 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.21 |
| HSL | 351.85º | 0.43% | 0.63% | - |
| HSV(B) | 351.85º | 0.4% | 0.79% | - |
| XYZ | 34.9 | 27.49 | 24.94 | - |
| YUV | 145.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 131 | 0 | 0.40 | 0.35 | 0.21 | 351.85 | 0.43 | 0.63 |
| Hex | C9 | 78 | 83 | 0 | 28 | 23 | 15 | 160 | 2B | 3F |
| Octal | 311 | 170 | 203 | 0 | 50 | 43 | 25 | 540 | 53 | 77 |
| Binary | 11001001 | 1111000 | 10000011 | 0 | 101000 | 100011 | 10101 | 101100000 | 101011 | 111111 |
Color Harmonies of #C97883
Complementary color
Monochromatic Colors of #C97883
Black with #C97883
Text Example
Text Example
White with #C97883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97883; }
p { color: rgb(201,120,131); }
H1.HeaderClassName
{
color: #C97883;
}
.AnyTagClassName
{
color: #C97883;
}
</style>
background-color css
<style>
a { background-color: #C97883; }
a { background-color: rgb(201,120,131); }
div.DivClassName
{
background-color: #C97883;
}
.BgClassName
{
background-color: #C97883;
}
</style>
border-color css
<style>
span { border-color: #C97883; }
span { border-color: rgb(201,120,131); }
td.TdClassName
{
border-color: #C97883;
}
.TagClassName
{
border-color: #C97883;
}
</style>