Shades of Charm #C66F82
Tints of Charm #C66F82
RGB
CMYK
RGB Variations
Color information
#C66F82 (or 0xC66F82) is known color: Charm. HEX triplet: C6, 6F and 82. RGB value is (198,111,130). Sum of RGB (Red+Green+Blue) = 198+111+130=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F82 is #39907D. Grayscale: #8B8B8B. Windows color (decimal): -3772542 or 8548294. OLE color: 8548294.
HSL color Cylindrical-coordinate representation of color #C66F82: hue angle of 346.9º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F82 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 111 | 130 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.22 |
| HSL | 346.9º | 0.43% | 0.61% | - |
| HSV(B) | 346.9º | 0.44% | 0.78% | - |
| XYZ | 33 | 24.99 | 24.2 | - |
| YUV | 139.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 130 | 0 | 0.44 | 0.34 | 0.22 | 346.9 | 0.43 | 0.61 |
| Hex | C6 | 6F | 82 | 0 | 2C | 22 | 16 | 15B | 2B | 3D |
| Octal | 306 | 157 | 202 | 0 | 54 | 42 | 26 | 533 | 53 | 75 |
| Binary | 11000110 | 1101111 | 10000010 | 0 | 101100 | 100010 | 10110 | 101011011 | 101011 | 111101 |
Color Harmonies of #C66F82
Complementary color
Monochromatic Colors of #C66F82
Black with #C66F82
Text Example
Text Example
White with #C66F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66F82; }
p { color: rgb(198,111,130); }
H1.HeaderClassName
{
color: #C66F82;
}
.AnyTagClassName
{
color: #C66F82;
}
</style>
background-color css
<style>
a { background-color: #C66F82; }
a { background-color: rgb(198,111,130); }
div.DivClassName
{
background-color: #C66F82;
}
.BgClassName
{
background-color: #C66F82;
}
</style>
border-color css
<style>
span { border-color: #C66F82; }
span { border-color: rgb(198,111,130); }
td.TdClassName
{
border-color: #C66F82;
}
.TagClassName
{
border-color: #C66F82;
}
</style>