Shades of Charm #C47A7B
Tints of Charm #C47A7B
RGB
CMYK
RGB Variations
Color information
#C47A7B (or 0xC47A7B) is known color: Charm. HEX triplet: C4, 7A and 7B. RGB value is (196,122,123). Sum of RGB (Red+Green+Blue) = 196+122+123=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A7B is #3B8584. Grayscale: #909090. Windows color (decimal): -3900805 or 8092356. OLE color: 8092356.
HSL color Cylindrical-coordinate representation of color #C47A7B: hue angle of 359.19º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47A7B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 123 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.23 |
| HSL | 359.19º | 0.39% | 0.62% | - |
| HSV(B) | 359.19º | 0.38% | 0.77% | - |
| XYZ | 33.3 | 27.08 | 22.21 | - |
| YUV | 144.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 123 | 0 | 0.38 | 0.37 | 0.23 | 359.19 | 0.39 | 0.62 |
| Hex | C4 | 7A | 7B | 0 | 26 | 25 | 17 | 167 | 27 | 3E |
| Octal | 304 | 172 | 173 | 0 | 46 | 45 | 27 | 547 | 47 | 76 |
| Binary | 11000100 | 1111010 | 1111011 | 0 | 100110 | 100101 | 10111 | 101100111 | 100111 | 111110 |
Color Harmonies of #C47A7B
Complementary color
Monochromatic Colors of #C47A7B
Black with #C47A7B
Text Example
Text Example
White with #C47A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A7B; }
p { color: rgb(196,122,123); }
H1.HeaderClassName
{
color: #C47A7B;
}
.AnyTagClassName
{
color: #C47A7B;
}
</style>
background-color css
<style>
a { background-color: #C47A7B; }
a { background-color: rgb(196,122,123); }
div.DivClassName
{
background-color: #C47A7B;
}
.BgClassName
{
background-color: #C47A7B;
}
</style>
border-color css
<style>
span { border-color: #C47A7B; }
span { border-color: rgb(196,122,123); }
td.TdClassName
{
border-color: #C47A7B;
}
.TagClassName
{
border-color: #C47A7B;
}
</style>