Shades of Charm #C97578
Tints of Charm #C97578
RGB
CMYK
RGB Variations
Color information
#C97578 (or 0xC97578) is known color: Charm. HEX triplet: C9, 75 and 78. RGB value is (201,117,120). Sum of RGB (Red+Green+Blue) = 201+117+120=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C97578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97578 is #368A87. Grayscale: #8E8E8E. Windows color (decimal): -3574408 or 7894473. OLE color: 7894473.
HSL color Cylindrical-coordinate representation of color #C97578: hue angle of 357.86º 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 #C97578 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 120 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.21 |
| HSL | 357.86º | 0.44% | 0.62% | - |
| HSV(B) | 357.86º | 0.42% | 0.79% | - |
| XYZ | 33.84 | 26.5 | 21.1 | - |
| YUV | 142.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 120 | 0 | 0.42 | 0.40 | 0.21 | 357.86 | 0.44 | 0.62 |
| Hex | C9 | 75 | 78 | 0 | 2A | 28 | 15 | 166 | 2C | 3E |
| Octal | 311 | 165 | 170 | 0 | 52 | 50 | 25 | 546 | 54 | 76 |
| Binary | 11001001 | 1110101 | 1111000 | 0 | 101010 | 101000 | 10101 | 101100110 | 101100 | 111110 |
Color Harmonies of #C97578
Complementary color
Monochromatic Colors of #C97578
Black with #C97578
Text Example
Text Example
White with #C97578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97578; }
p { color: rgb(201,117,120); }
H1.HeaderClassName
{
color: #C97578;
}
.AnyTagClassName
{
color: #C97578;
}
</style>
background-color css
<style>
a { background-color: #C97578; }
a { background-color: rgb(201,117,120); }
div.DivClassName
{
background-color: #C97578;
}
.BgClassName
{
background-color: #C97578;
}
</style>
border-color css
<style>
span { border-color: #C97578; }
span { border-color: rgb(201,117,120); }
td.TdClassName
{
border-color: #C97578;
}
.TagClassName
{
border-color: #C97578;
}
</style>