Shades of Charm #C67D82
Tints of Charm #C67D82
RGB
CMYK
RGB Variations
Color information
#C67D82 (or 0xC67D82) is known color: Charm. HEX triplet: C6, 7D and 82. RGB value is (198,125,130). Sum of RGB (Red+Green+Blue) = 198+125+130=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D82 is #39827D. Grayscale: #939393. Windows color (decimal): -3768958 or 8551878. OLE color: 8551878.
HSL color Cylindrical-coordinate representation of color #C67D82: hue angle of 355.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67D82 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 130 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.22 |
| HSL | 355.89º | 0.39% | 0.63% | - |
| HSV(B) | 355.89º | 0.37% | 0.78% | - |
| XYZ | 34.65 | 28.28 | 24.75 | - |
| YUV | 147.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 130 | 0 | 0.37 | 0.34 | 0.22 | 355.89 | 0.39 | 0.63 |
| Hex | C6 | 7D | 82 | 0 | 25 | 22 | 16 | 164 | 27 | 3F |
| Octal | 306 | 175 | 202 | 0 | 45 | 42 | 26 | 544 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10000010 | 0 | 100101 | 100010 | 10110 | 101100100 | 100111 | 111111 |
Color Harmonies of #C67D82
Complementary color
Monochromatic Colors of #C67D82
Black with #C67D82
Text Example
Text Example
White with #C67D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D82; }
p { color: rgb(198,125,130); }
H1.HeaderClassName
{
color: #C67D82;
}
.AnyTagClassName
{
color: #C67D82;
}
</style>
background-color css
<style>
a { background-color: #C67D82; }
a { background-color: rgb(198,125,130); }
div.DivClassName
{
background-color: #C67D82;
}
.BgClassName
{
background-color: #C67D82;
}
</style>
border-color css
<style>
span { border-color: #C67D82; }
span { border-color: rgb(198,125,130); }
td.TdClassName
{
border-color: #C67D82;
}
.TagClassName
{
border-color: #C67D82;
}
</style>