Shades of Charm #C47A80
Tints of Charm #C47A80
RGB
CMYK
RGB Variations
Color information
#C47A80 (or 0xC47A80) is known color: Charm. HEX triplet: C4, 7A and 80. RGB value is (196,122,128). Sum of RGB (Red+Green+Blue) = 196+122+128=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47A80 is #3B857F. Grayscale: #909090. Windows color (decimal): -3900800 or 8420036. OLE color: 8420036.
HSL color Cylindrical-coordinate representation of color #C47A80: hue angle of 355.14º 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 #C47A80 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 128 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.23 |
| HSL | 355.14º | 0.39% | 0.62% | - |
| HSV(B) | 355.14º | 0.38% | 0.77% | - |
| XYZ | 33.62 | 27.21 | 23.9 | - |
| YUV | 144.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 128 | 0 | 0.38 | 0.35 | 0.23 | 355.14 | 0.39 | 0.62 |
| Hex | C4 | 7A | 80 | 0 | 26 | 23 | 17 | 163 | 27 | 3E |
| Octal | 304 | 172 | 200 | 0 | 46 | 43 | 27 | 543 | 47 | 76 |
| Binary | 11000100 | 1111010 | 10000000 | 0 | 100110 | 100011 | 10111 | 101100011 | 100111 | 111110 |
Color Harmonies of #C47A80
Complementary color
Monochromatic Colors of #C47A80
Black with #C47A80
Text Example
Text Example
White with #C47A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A80; }
p { color: rgb(196,122,128); }
H1.HeaderClassName
{
color: #C47A80;
}
.AnyTagClassName
{
color: #C47A80;
}
</style>
background-color css
<style>
a { background-color: #C47A80; }
a { background-color: rgb(196,122,128); }
div.DivClassName
{
background-color: #C47A80;
}
.BgClassName
{
background-color: #C47A80;
}
</style>
border-color css
<style>
span { border-color: #C47A80; }
span { border-color: rgb(196,122,128); }
td.TdClassName
{
border-color: #C47A80;
}
.TagClassName
{
border-color: #C47A80;
}
</style>