Shades of Charm #C66682
Tints of Charm #C66682
RGB
CMYK
RGB Variations
Color information
#C66682 (or 0xC66682) is known color: Charm. HEX triplet: C6, 66 and 82. RGB value is (198,102,130). Sum of RGB (Red+Green+Blue) = 198+102+130=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66682 is #39997D. Grayscale: #858585. Windows color (decimal): -3774846 or 8545990. OLE color: 8545990.
HSL color Cylindrical-coordinate representation of color #C66682: hue angle of 342.5º 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 #C66682 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 130 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 342.5º | 0.46% | 0.59% | - |
| HSV(B) | 342.5º | 0.48% | 0.78% | - |
| XYZ | 32.07 | 23.12 | 23.89 | - |
| YUV | 133.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 130 | 0 | 0.48 | 0.34 | 0.22 | 342.5 | 0.46 | 0.59 |
| Hex | C6 | 66 | 82 | 0 | 30 | 22 | 16 | 156 | 2E | 3B |
| Octal | 306 | 146 | 202 | 0 | 60 | 42 | 26 | 526 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10000010 | 0 | 110000 | 100010 | 10110 | 101010110 | 101110 | 111011 |
Color Harmonies of #C66682
Complementary color
Monochromatic Colors of #C66682
Black with #C66682
Text Example
Text Example
White with #C66682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66682; }
p { color: rgb(198,102,130); }
H1.HeaderClassName
{
color: #C66682;
}
.AnyTagClassName
{
color: #C66682;
}
</style>
background-color css
<style>
a { background-color: #C66682; }
a { background-color: rgb(198,102,130); }
div.DivClassName
{
background-color: #C66682;
}
.BgClassName
{
background-color: #C66682;
}
</style>
border-color css
<style>
span { border-color: #C66682; }
span { border-color: rgb(198,102,130); }
td.TdClassName
{
border-color: #C66682;
}
.TagClassName
{
border-color: #C66682;
}
</style>