Shades of Charm #C46C80
Tints of Charm #C46C80
RGB
CMYK
RGB Variations
Color information
#C46C80 (or 0xC46C80) is known color: Charm. HEX triplet: C4, 6C and 80. RGB value is (196,108,128). Sum of RGB (Red+Green+Blue) = 196+108+128=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C80 is #3B937F. Grayscale: #888888. Windows color (decimal): -3904384 or 8416452. OLE color: 8416452.
HSL color Cylindrical-coordinate representation of color #C46C80: hue angle of 346.36º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C46C80 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 128 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.23 |
| HSL | 346.36º | 0.43% | 0.6% | - |
| HSV(B) | 346.36º | 0.45% | 0.77% | - |
| XYZ | 32.02 | 24.02 | 23.37 | - |
| YUV | 136.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 128 | 0 | 0.45 | 0.35 | 0.23 | 346.36 | 0.43 | 0.6 |
| Hex | C4 | 6C | 80 | 0 | 2D | 23 | 17 | 15A | 2B | 3C |
| Octal | 304 | 154 | 200 | 0 | 55 | 43 | 27 | 532 | 53 | 74 |
| Binary | 11000100 | 1101100 | 10000000 | 0 | 101101 | 100011 | 10111 | 101011010 | 101011 | 111100 |
Color Harmonies of #C46C80
Complementary color
Monochromatic Colors of #C46C80
Black with #C46C80
Text Example
Text Example
White with #C46C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C80; }
p { color: rgb(196,108,128); }
H1.HeaderClassName
{
color: #C46C80;
}
.AnyTagClassName
{
color: #C46C80;
}
</style>
background-color css
<style>
a { background-color: #C46C80; }
a { background-color: rgb(196,108,128); }
div.DivClassName
{
background-color: #C46C80;
}
.BgClassName
{
background-color: #C46C80;
}
</style>
border-color css
<style>
span { border-color: #C46C80; }
span { border-color: rgb(196,108,128); }
td.TdClassName
{
border-color: #C46C80;
}
.TagClassName
{
border-color: #C46C80;
}
</style>