Shades of Charm #C67D85
Tints of Charm #C67D85
RGB
CMYK
RGB Variations
Color information
#C67D85 (or 0xC67D85) is known color: Charm. HEX triplet: C6, 7D and 85. RGB value is (198,125,133). Sum of RGB (Red+Green+Blue) = 198+125+133=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D85 is #39827A. Grayscale: #939393. Windows color (decimal): -3768955 or 8748486. OLE color: 8748486.
HSL color Cylindrical-coordinate representation of color #C67D85: hue angle of 353.42º 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 #C67D85 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 133 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.22 |
| HSL | 353.42º | 0.39% | 0.63% | - |
| HSV(B) | 353.42º | 0.37% | 0.78% | - |
| XYZ | 34.86 | 28.37 | 25.83 | - |
| YUV | 147.74 | 119.68 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 133 | 0 | 0.37 | 0.33 | 0.22 | 353.42 | 0.39 | 0.63 |
| Hex | C6 | 7D | 85 | 0 | 25 | 21 | 16 | 161 | 27 | 3F |
| Octal | 306 | 175 | 205 | 0 | 45 | 41 | 26 | 541 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10000101 | 0 | 100101 | 100001 | 10110 | 101100001 | 100111 | 111111 |
Color Harmonies of #C67D85
Complementary color
Monochromatic Colors of #C67D85
Black with #C67D85
Text Example
Text Example
White with #C67D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D85; }
p { color: rgb(198,125,133); }
H1.HeaderClassName
{
color: #C67D85;
}
.AnyTagClassName
{
color: #C67D85;
}
</style>
background-color css
<style>
a { background-color: #C67D85; }
a { background-color: rgb(198,125,133); }
div.DivClassName
{
background-color: #C67D85;
}
.BgClassName
{
background-color: #C67D85;
}
</style>
border-color css
<style>
span { border-color: #C67D85; }
span { border-color: rgb(198,125,133); }
td.TdClassName
{
border-color: #C67D85;
}
.TagClassName
{
border-color: #C67D85;
}
</style>