Shades of Charm #C87277
Tints of Charm #C87277
RGB
CMYK
RGB Variations
Color information
#C87277 (or 0xC87277) is known color: Charm. HEX triplet: C8, 72 and 77. RGB value is (200,114,119). Sum of RGB (Red+Green+Blue) = 200+114+119=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87277 is #378D88. Grayscale: #8C8C8C. Windows color (decimal): -3640713 or 7828168. OLE color: 7828168.
HSL color Cylindrical-coordinate representation of color #C87277: hue angle of 356.51º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87277 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 119 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.22 |
| HSL | 356.51º | 0.44% | 0.62% | - |
| HSV(B) | 356.51º | 0.43% | 0.78% | - |
| XYZ | 33.17 | 25.65 | 20.65 | - |
| YUV | 140.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 119 | 0 | 0.43 | 0.40 | 0.22 | 356.51 | 0.44 | 0.62 |
| Hex | C8 | 72 | 77 | 0 | 2B | 28 | 16 | 165 | 2C | 3E |
| Octal | 310 | 162 | 167 | 0 | 53 | 50 | 26 | 545 | 54 | 76 |
| Binary | 11001000 | 1110010 | 1110111 | 0 | 101011 | 101000 | 10110 | 101100101 | 101100 | 111110 |
Color Harmonies of #C87277
Complementary color
Monochromatic Colors of #C87277
Black with #C87277
Text Example
Text Example
White with #C87277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87277; }
p { color: rgb(200,114,119); }
H1.HeaderClassName
{
color: #C87277;
}
.AnyTagClassName
{
color: #C87277;
}
</style>
background-color css
<style>
a { background-color: #C87277; }
a { background-color: rgb(200,114,119); }
div.DivClassName
{
background-color: #C87277;
}
.BgClassName
{
background-color: #C87277;
}
</style>
border-color css
<style>
span { border-color: #C87277; }
span { border-color: rgb(200,114,119); }
td.TdClassName
{
border-color: #C87277;
}
.TagClassName
{
border-color: #C87277;
}
</style>