Shades of Charm #C6667E
Tints of Charm #C6667E
RGB
CMYK
RGB Variations
Color information
#C6667E (or 0xC6667E) is known color: Charm. HEX triplet: C6, 66 and 7E. RGB value is (198,102,126). Sum of RGB (Red+Green+Blue) = 198+102+126=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6667E is #399981. Grayscale: #858585. Windows color (decimal): -3774850 or 8283846. OLE color: 8283846.
HSL color Cylindrical-coordinate representation of color #C6667E: hue angle of 345º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6667E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 126 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.22 |
| HSL | 345º | 0.46% | 0.59% | - |
| HSV(B) | 345º | 0.48% | 0.78% | - |
| XYZ | 31.81 | 23.01 | 22.5 | - |
| YUV | 133.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 126 | 0 | 0.48 | 0.36 | 0.22 | 345 | 0.46 | 0.59 |
| Hex | C6 | 66 | 7E | 0 | 30 | 24 | 16 | 159 | 2E | 3B |
| Octal | 306 | 146 | 176 | 0 | 60 | 44 | 26 | 531 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1111110 | 0 | 110000 | 100100 | 10110 | 101011001 | 101110 | 111011 |
Color Harmonies of #C6667E
Complementary color
Monochromatic Colors of #C6667E
Black with #C6667E
Text Example
Text Example
White with #C6667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6667E; }
p { color: rgb(198,102,126); }
H1.HeaderClassName
{
color: #C6667E;
}
.AnyTagClassName
{
color: #C6667E;
}
</style>
background-color css
<style>
a { background-color: #C6667E; }
a { background-color: rgb(198,102,126); }
div.DivClassName
{
background-color: #C6667E;
}
.BgClassName
{
background-color: #C6667E;
}
</style>
border-color css
<style>
span { border-color: #C6667E; }
span { border-color: rgb(198,102,126); }
td.TdClassName
{
border-color: #C6667E;
}
.TagClassName
{
border-color: #C6667E;
}
</style>