Shades of Charm #C6808C
Tints of Charm #C6808C
RGB
CMYK
RGB Variations
Color information
#C6808C (or 0xC6808C) is known color: Charm. HEX triplet: C6, 80 and 8C. RGB value is (198,128,140). Sum of RGB (Red+Green+Blue) = 198+128+140=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6808C is #397F73. Grayscale: #969696. Windows color (decimal): -3768180 or 9208006. OLE color: 9208006.
HSL color Cylindrical-coordinate representation of color #C6808C: hue angle of 349.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6808C is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 128 | 140 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.22 |
| HSL | 349.71º | 0.38% | 0.64% | - |
| HSV(B) | 349.71º | 0.35% | 0.78% | - |
| XYZ | 35.74 | 29.34 | 28.59 | - |
| YUV | 150.3 | 122.19 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 140 | 0 | 0.35 | 0.29 | 0.22 | 349.71 | 0.38 | 0.64 |
| Hex | C6 | 80 | 8C | 0 | 23 | 1D | 16 | 15E | 26 | 40 |
| Octal | 306 | 200 | 214 | 0 | 43 | 35 | 26 | 536 | 46 | 100 |
| Binary | 11000110 | 10000000 | 10001100 | 0 | 100011 | 11101 | 10110 | 101011110 | 100110 | 1000000 |
Color Harmonies of #C6808C
Complementary color
Monochromatic Colors of #C6808C
Black with #C6808C
Text Example
Text Example
White with #C6808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6808C; }
p { color: rgb(198,128,140); }
H1.HeaderClassName
{
color: #C6808C;
}
.AnyTagClassName
{
color: #C6808C;
}
</style>
background-color css
<style>
a { background-color: #C6808C; }
a { background-color: rgb(198,128,140); }
div.DivClassName
{
background-color: #C6808C;
}
.BgClassName
{
background-color: #C6808C;
}
</style>
border-color css
<style>
span { border-color: #C6808C; }
span { border-color: rgb(198,128,140); }
td.TdClassName
{
border-color: #C6808C;
}
.TagClassName
{
border-color: #C6808C;
}
</style>