Shades of Charm #C46C7E
Tints of Charm #C46C7E
RGB
CMYK
RGB Variations
Color information
#C46C7E (or 0xC46C7E) is known color: Charm. HEX triplet: C4, 6C and 7E. RGB value is (196,108,126). Sum of RGB (Red+Green+Blue) = 196+108+126=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46C7E is #3B9381. Grayscale: #888888. Windows color (decimal): -3904386 or 8285380. OLE color: 8285380.
HSL color Cylindrical-coordinate representation of color #C46C7E: hue angle of 347.73º 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 #C46C7E is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 108 | 126 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.23 |
| HSL | 347.73º | 0.43% | 0.6% | - |
| HSV(B) | 347.73º | 0.45% | 0.77% | - |
| XYZ | 31.89 | 23.97 | 22.68 | - |
| YUV | 136.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 126 | 0 | 0.45 | 0.36 | 0.23 | 347.73 | 0.43 | 0.6 |
| Hex | C4 | 6C | 7E | 0 | 2D | 24 | 17 | 15C | 2B | 3C |
| Octal | 304 | 154 | 176 | 0 | 55 | 44 | 27 | 534 | 53 | 74 |
| Binary | 11000100 | 1101100 | 1111110 | 0 | 101101 | 100100 | 10111 | 101011100 | 101011 | 111100 |
Color Harmonies of #C46C7E
Complementary color
Monochromatic Colors of #C46C7E
Black with #C46C7E
Text Example
Text Example
White with #C46C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46C7E; }
p { color: rgb(196,108,126); }
H1.HeaderClassName
{
color: #C46C7E;
}
.AnyTagClassName
{
color: #C46C7E;
}
</style>
background-color css
<style>
a { background-color: #C46C7E; }
a { background-color: rgb(196,108,126); }
div.DivClassName
{
background-color: #C46C7E;
}
.BgClassName
{
background-color: #C46C7E;
}
</style>
border-color css
<style>
span { border-color: #C46C7E; }
span { border-color: rgb(196,108,126); }
td.TdClassName
{
border-color: #C46C7E;
}
.TagClassName
{
border-color: #C46C7E;
}
</style>