Shades of Charm #C47F82
Tints of Charm #C47F82
RGB
CMYK
RGB Variations
Color information
#C47F82 (or 0xC47F82) is known color: Charm. HEX triplet: C4, 7F and 82. RGB value is (196,127,130). Sum of RGB (Red+Green+Blue) = 196+127+130=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47F82 is #3B807D. Grayscale: #949494. Windows color (decimal): -3899518 or 8552388. OLE color: 8552388.
HSL color Cylindrical-coordinate representation of color #C47F82: hue angle of 357.39º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C47F82 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 127 | 130 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.23 |
| HSL | 357.39º | 0.37% | 0.63% | - |
| HSV(B) | 357.39º | 0.35% | 0.77% | - |
| XYZ | 34.38 | 28.53 | 24.81 | - |
| YUV | 147.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 127 | 130 | 0 | 0.35 | 0.34 | 0.23 | 357.39 | 0.37 | 0.63 |
| Hex | C4 | 7F | 82 | 0 | 23 | 22 | 17 | 165 | 25 | 3F |
| Octal | 304 | 177 | 202 | 0 | 43 | 42 | 27 | 545 | 45 | 77 |
| Binary | 11000100 | 1111111 | 10000010 | 0 | 100011 | 100010 | 10111 | 101100101 | 100101 | 111111 |
Color Harmonies of #C47F82
Complementary color
Monochromatic Colors of #C47F82
Black with #C47F82
Text Example
Text Example
White with #C47F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47F82; }
p { color: rgb(196,127,130); }
H1.HeaderClassName
{
color: #C47F82;
}
.AnyTagClassName
{
color: #C47F82;
}
</style>
background-color css
<style>
a { background-color: #C47F82; }
a { background-color: rgb(196,127,130); }
div.DivClassName
{
background-color: #C47F82;
}
.BgClassName
{
background-color: #C47F82;
}
</style>
border-color css
<style>
span { border-color: #C47F82; }
span { border-color: rgb(196,127,130); }
td.TdClassName
{
border-color: #C47F82;
}
.TagClassName
{
border-color: #C47F82;
}
</style>