Shades of Charm #C47475
Tints of Charm #C47475
RGB
CMYK
RGB Variations
Color information
#C47475 (or 0xC47475) is known color: Charm. HEX triplet: C4, 74 and 75. RGB value is (196,116,117). Sum of RGB (Red+Green+Blue) = 196+116+117=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C47475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47475 is #3B8B8A. Grayscale: #8C8C8C. Windows color (decimal): -3902347 or 7697604. OLE color: 7697604.
HSL color Cylindrical-coordinate representation of color #C47475: hue angle of 359.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47475 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 116 | 117 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.23 |
| HSL | 359.25º | 0.4% | 0.61% | - |
| HSV(B) | 359.25º | 0.41% | 0.77% | - |
| XYZ | 32.22 | 25.51 | 20.06 | - |
| YUV | 140.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 117 | 0 | 0.41 | 0.40 | 0.23 | 359.25 | 0.4 | 0.61 |
| Hex | C4 | 74 | 75 | 0 | 29 | 28 | 17 | 167 | 28 | 3D |
| Octal | 304 | 164 | 165 | 0 | 51 | 50 | 27 | 547 | 50 | 75 |
| Binary | 11000100 | 1110100 | 1110101 | 0 | 101001 | 101000 | 10111 | 101100111 | 101000 | 111101 |
Color Harmonies of #C47475
Complementary color
Monochromatic Colors of #C47475
Black with #C47475
Text Example
Text Example
White with #C47475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47475; }
p { color: rgb(196,116,117); }
H1.HeaderClassName
{
color: #C47475;
}
.AnyTagClassName
{
color: #C47475;
}
</style>
background-color css
<style>
a { background-color: #C47475; }
a { background-color: rgb(196,116,117); }
div.DivClassName
{
background-color: #C47475;
}
.BgClassName
{
background-color: #C47475;
}
</style>
border-color css
<style>
span { border-color: #C47475; }
span { border-color: rgb(196,116,117); }
td.TdClassName
{
border-color: #C47475;
}
.TagClassName
{
border-color: #C47475;
}
</style>