Shades of Charm #C47677
Tints of Charm #C47677
RGB
CMYK
RGB Variations
Color information
#C47677 (or 0xC47677) is known color: Charm. HEX triplet: C4, 76 and 77. RGB value is (196,118,119). Sum of RGB (Red+Green+Blue) = 196+118+119=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C47677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47677 is #3B8988. Grayscale: #8D8D8D. Windows color (decimal): -3901833 or 7829188. OLE color: 7829188.
HSL color Cylindrical-coordinate representation of color #C47677: hue angle of 359.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47677 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 119 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.23 |
| HSL | 359.23º | 0.4% | 0.62% | - |
| HSV(B) | 359.23º | 0.4% | 0.77% | - |
| XYZ | 32.57 | 26.02 | 20.76 | - |
| YUV | 141.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 119 | 0 | 0.40 | 0.39 | 0.23 | 359.23 | 0.4 | 0.62 |
| Hex | C4 | 76 | 77 | 0 | 28 | 27 | 17 | 167 | 28 | 3E |
| Octal | 304 | 166 | 167 | 0 | 50 | 47 | 27 | 547 | 50 | 76 |
| Binary | 11000100 | 1110110 | 1110111 | 0 | 101000 | 100111 | 10111 | 101100111 | 101000 | 111110 |
Color Harmonies of #C47677
Complementary color
Monochromatic Colors of #C47677
Black with #C47677
Text Example
Text Example
White with #C47677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47677; }
p { color: rgb(196,118,119); }
H1.HeaderClassName
{
color: #C47677;
}
.AnyTagClassName
{
color: #C47677;
}
</style>
background-color css
<style>
a { background-color: #C47677; }
a { background-color: rgb(196,118,119); }
div.DivClassName
{
background-color: #C47677;
}
.BgClassName
{
background-color: #C47677;
}
</style>
border-color css
<style>
span { border-color: #C47677; }
span { border-color: rgb(196,118,119); }
td.TdClassName
{
border-color: #C47677;
}
.TagClassName
{
border-color: #C47677;
}
</style>