Shades of Charm #C67D84
Tints of Charm #C67D84
RGB
CMYK
RGB Variations
Color information
#C67D84 (or 0xC67D84) is known color: Charm. HEX triplet: C6, 7D and 84. RGB value is (198,125,132). Sum of RGB (Red+Green+Blue) = 198+125+132=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D84 is #39827B. Grayscale: #939393. Windows color (decimal): -3768956 or 8682950. OLE color: 8682950.
HSL color Cylindrical-coordinate representation of color #C67D84: hue angle of 354.25º 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 #C67D84 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 132 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.22 |
| HSL | 354.25º | 0.39% | 0.63% | - |
| HSV(B) | 354.25º | 0.37% | 0.78% | - |
| XYZ | 34.79 | 28.34 | 25.47 | - |
| YUV | 147.63 | 119.18 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 132 | 0 | 0.37 | 0.33 | 0.22 | 354.25 | 0.39 | 0.63 |
| Hex | C6 | 7D | 84 | 0 | 25 | 21 | 16 | 162 | 27 | 3F |
| Octal | 306 | 175 | 204 | 0 | 45 | 41 | 26 | 542 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10000100 | 0 | 100101 | 100001 | 10110 | 101100010 | 100111 | 111111 |
Color Harmonies of #C67D84
Complementary color
Monochromatic Colors of #C67D84
Black with #C67D84
Text Example
Text Example
White with #C67D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D84; }
p { color: rgb(198,125,132); }
H1.HeaderClassName
{
color: #C67D84;
}
.AnyTagClassName
{
color: #C67D84;
}
</style>
background-color css
<style>
a { background-color: #C67D84; }
a { background-color: rgb(198,125,132); }
div.DivClassName
{
background-color: #C67D84;
}
.BgClassName
{
background-color: #C67D84;
}
</style>
border-color css
<style>
span { border-color: #C67D84; }
span { border-color: rgb(198,125,132); }
td.TdClassName
{
border-color: #C67D84;
}
.TagClassName
{
border-color: #C67D84;
}
</style>