Shades of Charm #C67980
Tints of Charm #C67980
RGB
CMYK
RGB Variations
Color information
#C67980 (or 0xC67980) is known color: Charm. HEX triplet: C6, 79 and 80. RGB value is (198,121,128). Sum of RGB (Red+Green+Blue) = 198+121+128=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C67980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67980 is #39867F. Grayscale: #909090. Windows color (decimal): -3769984 or 8419782. OLE color: 8419782.
HSL color Cylindrical-coordinate representation of color #C67980: hue angle of 354.55º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67980 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 128 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.22 |
| HSL | 354.55º | 0.4% | 0.63% | - |
| HSV(B) | 354.55º | 0.39% | 0.78% | - |
| XYZ | 34.02 | 27.24 | 23.89 | - |
| YUV | 144.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 128 | 0 | 0.39 | 0.35 | 0.22 | 354.55 | 0.4 | 0.63 |
| Hex | C6 | 79 | 80 | 0 | 27 | 23 | 16 | 163 | 28 | 3F |
| Octal | 306 | 171 | 200 | 0 | 47 | 43 | 26 | 543 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10000000 | 0 | 100111 | 100011 | 10110 | 101100011 | 101000 | 111111 |
Color Harmonies of #C67980
Complementary color
Monochromatic Colors of #C67980
Black with #C67980
Text Example
Text Example
White with #C67980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67980; }
p { color: rgb(198,121,128); }
H1.HeaderClassName
{
color: #C67980;
}
.AnyTagClassName
{
color: #C67980;
}
</style>
background-color css
<style>
a { background-color: #C67980; }
a { background-color: rgb(198,121,128); }
div.DivClassName
{
background-color: #C67980;
}
.BgClassName
{
background-color: #C67980;
}
</style>
border-color css
<style>
span { border-color: #C67980; }
span { border-color: rgb(198,121,128); }
td.TdClassName
{
border-color: #C67980;
}
.TagClassName
{
border-color: #C67980;
}
</style>