Shades of Charm #C47277
Tints of Charm #C47277
RGB
CMYK
RGB Variations
Color information
#C47277 (or 0xC47277) is known color: Charm. HEX triplet: C4, 72 and 77. RGB value is (196,114,119). Sum of RGB (Red+Green+Blue) = 196+114+119=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47277 is #3B8D88. Grayscale: #8B8B8B. Windows color (decimal): -3902857 or 7828164. OLE color: 7828164.
HSL color Cylindrical-coordinate representation of color #C47277: hue angle of 356.34º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C47277 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 119 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.23 |
| HSL | 356.34º | 0.41% | 0.61% | - |
| HSV(B) | 356.34º | 0.42% | 0.77% | - |
| XYZ | 32.11 | 25.1 | 20.61 | - |
| YUV | 139.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 119 | 0 | 0.42 | 0.39 | 0.23 | 356.34 | 0.41 | 0.61 |
| Hex | C4 | 72 | 77 | 0 | 2A | 27 | 17 | 164 | 29 | 3D |
| Octal | 304 | 162 | 167 | 0 | 52 | 47 | 27 | 544 | 51 | 75 |
| Binary | 11000100 | 1110010 | 1110111 | 0 | 101010 | 100111 | 10111 | 101100100 | 101001 | 111101 |
Color Harmonies of #C47277
Complementary color
Monochromatic Colors of #C47277
Black with #C47277
Text Example
Text Example
White with #C47277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47277; }
p { color: rgb(196,114,119); }
H1.HeaderClassName
{
color: #C47277;
}
.AnyTagClassName
{
color: #C47277;
}
</style>
background-color css
<style>
a { background-color: #C47277; }
a { background-color: rgb(196,114,119); }
div.DivClassName
{
background-color: #C47277;
}
.BgClassName
{
background-color: #C47277;
}
</style>
border-color css
<style>
span { border-color: #C47277; }
span { border-color: rgb(196,114,119); }
td.TdClassName
{
border-color: #C47277;
}
.TagClassName
{
border-color: #C47277;
}
</style>