Shades of Charm #C67685
Tints of Charm #C67685
RGB
CMYK
RGB Variations
Color information
#C67685 (or 0xC67685) is known color: Charm. HEX triplet: C6, 76 and 85. RGB value is (198,118,133). Sum of RGB (Red+Green+Blue) = 198+118+133=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C67685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67685 is #39897A. Grayscale: #8F8F8F. Windows color (decimal): -3770747 or 8746694. OLE color: 8746694.
HSL color Cylindrical-coordinate representation of color #C67685: hue angle of 348.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67685 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 133 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.22 |
| HSL | 348.75º | 0.41% | 0.62% | - |
| HSV(B) | 348.75º | 0.4% | 0.78% | - |
| XYZ | 34 | 26.66 | 25.54 | - |
| YUV | 143.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 133 | 0 | 0.40 | 0.33 | 0.22 | 348.75 | 0.41 | 0.62 |
| Hex | C6 | 76 | 85 | 0 | 28 | 21 | 16 | 15D | 29 | 3E |
| Octal | 306 | 166 | 205 | 0 | 50 | 41 | 26 | 535 | 51 | 76 |
| Binary | 11000110 | 1110110 | 10000101 | 0 | 101000 | 100001 | 10110 | 101011101 | 101001 | 111110 |
Color Harmonies of #C67685
Complementary color
Monochromatic Colors of #C67685
Black with #C67685
Text Example
Text Example
White with #C67685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67685; }
p { color: rgb(198,118,133); }
H1.HeaderClassName
{
color: #C67685;
}
.AnyTagClassName
{
color: #C67685;
}
</style>
background-color css
<style>
a { background-color: #C67685; }
a { background-color: rgb(198,118,133); }
div.DivClassName
{
background-color: #C67685;
}
.BgClassName
{
background-color: #C67685;
}
</style>
border-color css
<style>
span { border-color: #C67685; }
span { border-color: rgb(198,118,133); }
td.TdClassName
{
border-color: #C67685;
}
.TagClassName
{
border-color: #C67685;
}
</style>