Shades of Charm #C67C8C
Tints of Charm #C67C8C
RGB
CMYK
RGB Variations
Color information
#C67C8C (or 0xC67C8C) is known color: Charm. HEX triplet: C6, 7C and 8C. RGB value is (198,124,140). Sum of RGB (Red+Green+Blue) = 198+124+140=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C8C is #398373. Grayscale: #939393. Windows color (decimal): -3769204 or 9206982. OLE color: 9206982.
HSL color Cylindrical-coordinate representation of color #C67C8C: hue angle of 347.03º 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 #C67C8C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 140 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.22 |
| HSL | 347.03º | 0.39% | 0.63% | - |
| HSV(B) | 347.03º | 0.37% | 0.78% | - |
| XYZ | 35.23 | 28.31 | 28.42 | - |
| YUV | 147.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 140 | 0 | 0.37 | 0.29 | 0.22 | 347.03 | 0.39 | 0.63 |
| Hex | C6 | 7C | 8C | 0 | 25 | 1D | 16 | 15B | 27 | 3F |
| Octal | 306 | 174 | 214 | 0 | 45 | 35 | 26 | 533 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10001100 | 0 | 100101 | 11101 | 10110 | 101011011 | 100111 | 111111 |
Color Harmonies of #C67C8C
Complementary color
Monochromatic Colors of #C67C8C
Black with #C67C8C
Text Example
Text Example
White with #C67C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C8C; }
p { color: rgb(198,124,140); }
H1.HeaderClassName
{
color: #C67C8C;
}
.AnyTagClassName
{
color: #C67C8C;
}
</style>
background-color css
<style>
a { background-color: #C67C8C; }
a { background-color: rgb(198,124,140); }
div.DivClassName
{
background-color: #C67C8C;
}
.BgClassName
{
background-color: #C67C8C;
}
</style>
border-color css
<style>
span { border-color: #C67C8C; }
span { border-color: rgb(198,124,140); }
td.TdClassName
{
border-color: #C67C8C;
}
.TagClassName
{
border-color: #C67C8C;
}
</style>