Shades of Charm #C97279
Tints of Charm #C97279
RGB
CMYK
RGB Variations
Color information
#C97279 (or 0xC97279) is known color: Charm. HEX triplet: C9, 72 and 79. RGB value is (201,114,121). Sum of RGB (Red+Green+Blue) = 201+114+121=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97279 is #368D86. Grayscale: #8C8C8C. Windows color (decimal): -3575175 or 7959241. OLE color: 7959241.
HSL color Cylindrical-coordinate representation of color #C97279: hue angle of 355.17º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97279 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 121 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.21 |
| HSL | 355.17º | 0.45% | 0.62% | - |
| HSV(B) | 355.17º | 0.43% | 0.79% | - |
| XYZ | 33.56 | 25.83 | 21.31 | - |
| YUV | 140.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 121 | 0 | 0.43 | 0.40 | 0.21 | 355.17 | 0.45 | 0.62 |
| Hex | C9 | 72 | 79 | 0 | 2B | 28 | 15 | 163 | 2D | 3E |
| Octal | 311 | 162 | 171 | 0 | 53 | 50 | 25 | 543 | 55 | 76 |
| Binary | 11001001 | 1110010 | 1111001 | 0 | 101011 | 101000 | 10101 | 101100011 | 101101 | 111110 |
Color Harmonies of #C97279
Complementary color
Monochromatic Colors of #C97279
Black with #C97279
Text Example
Text Example
White with #C97279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97279; }
p { color: rgb(201,114,121); }
H1.HeaderClassName
{
color: #C97279;
}
.AnyTagClassName
{
color: #C97279;
}
</style>
background-color css
<style>
a { background-color: #C97279; }
a { background-color: rgb(201,114,121); }
div.DivClassName
{
background-color: #C97279;
}
.BgClassName
{
background-color: #C97279;
}
</style>
border-color css
<style>
span { border-color: #C97279; }
span { border-color: rgb(201,114,121); }
td.TdClassName
{
border-color: #C97279;
}
.TagClassName
{
border-color: #C97279;
}
</style>