Shades of Charm #C67580
Tints of Charm #C67580
RGB
CMYK
RGB Variations
Color information
#C67580 (or 0xC67580) is known color: Charm. HEX triplet: C6, 75 and 80. RGB value is (198,117,128). Sum of RGB (Red+Green+Blue) = 198+117+128=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C67580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67580 is #398A7F. Grayscale: #8E8E8E. Windows color (decimal): -3771008 or 8418758. OLE color: 8418758.
HSL color Cylindrical-coordinate representation of color #C67580: hue angle of 351.85º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67580 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 128 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.22 |
| HSL | 351.85º | 0.42% | 0.62% | - |
| HSV(B) | 351.85º | 0.41% | 0.78% | - |
| XYZ | 33.55 | 26.29 | 23.73 | - |
| YUV | 142.47 | 119.84 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 128 | 0 | 0.41 | 0.35 | 0.22 | 351.85 | 0.42 | 0.62 |
| Hex | C6 | 75 | 80 | 0 | 29 | 23 | 16 | 160 | 2A | 3E |
| Octal | 306 | 165 | 200 | 0 | 51 | 43 | 26 | 540 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10000000 | 0 | 101001 | 100011 | 10110 | 101100000 | 101010 | 111110 |
Color Harmonies of #C67580
Complementary color
Monochromatic Colors of #C67580
Black with #C67580
Text Example
Text Example
White with #C67580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67580; }
p { color: rgb(198,117,128); }
H1.HeaderClassName
{
color: #C67580;
}
.AnyTagClassName
{
color: #C67580;
}
</style>
background-color css
<style>
a { background-color: #C67580; }
a { background-color: rgb(198,117,128); }
div.DivClassName
{
background-color: #C67580;
}
.BgClassName
{
background-color: #C67580;
}
</style>
border-color css
<style>
span { border-color: #C67580; }
span { border-color: rgb(198,117,128); }
td.TdClassName
{
border-color: #C67580;
}
.TagClassName
{
border-color: #C67580;
}
</style>