Shades of Charm #C67D88
Tints of Charm #C67D88
RGB
CMYK
RGB Variations
Color information
#C67D88 (or 0xC67D88) is known color: Charm. HEX triplet: C6, 7D and 88. RGB value is (198,125,136). Sum of RGB (Red+Green+Blue) = 198+125+136=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C67D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67D88 is #398277. Grayscale: #949494. Windows color (decimal): -3768952 or 8945094. OLE color: 8945094.
HSL color Cylindrical-coordinate representation of color #C67D88: hue angle of 350.96º 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 #C67D88 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 136 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.22 |
| HSL | 350.96º | 0.39% | 0.63% | - |
| HSV(B) | 350.96º | 0.37% | 0.78% | - |
| XYZ | 35.07 | 28.45 | 26.94 | - |
| YUV | 148.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 136 | 0 | 0.37 | 0.31 | 0.22 | 350.96 | 0.39 | 0.63 |
| Hex | C6 | 7D | 88 | 0 | 25 | 1F | 16 | 15F | 27 | 3F |
| Octal | 306 | 175 | 210 | 0 | 45 | 37 | 26 | 537 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10001000 | 0 | 100101 | 11111 | 10110 | 101011111 | 100111 | 111111 |
Color Harmonies of #C67D88
Complementary color
Monochromatic Colors of #C67D88
Black with #C67D88
Text Example
Text Example
White with #C67D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67D88; }
p { color: rgb(198,125,136); }
H1.HeaderClassName
{
color: #C67D88;
}
.AnyTagClassName
{
color: #C67D88;
}
</style>
background-color css
<style>
a { background-color: #C67D88; }
a { background-color: rgb(198,125,136); }
div.DivClassName
{
background-color: #C67D88;
}
.BgClassName
{
background-color: #C67D88;
}
</style>
border-color css
<style>
span { border-color: #C67D88; }
span { border-color: rgb(198,125,136); }
td.TdClassName
{
border-color: #C67D88;
}
.TagClassName
{
border-color: #C67D88;
}
</style>