Shades of Charm #C67884
Tints of Charm #C67884
RGB
CMYK
RGB Variations
Color information
#C67884 (or 0xC67884) is known color: Charm. HEX triplet: C6, 78 and 84. RGB value is (198,120,132). Sum of RGB (Red+Green+Blue) = 198+120+132=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C67884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67884 is #39877B. Grayscale: #909090. Windows color (decimal): -3770236 or 8681670. OLE color: 8681670.
HSL color Cylindrical-coordinate representation of color #C67884: hue angle of 350.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67884 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 132 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.22 |
| HSL | 350.77º | 0.41% | 0.62% | - |
| HSV(B) | 350.77º | 0.39% | 0.78% | - |
| XYZ | 34.17 | 27.1 | 25.26 | - |
| YUV | 144.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 132 | 0 | 0.39 | 0.33 | 0.22 | 350.77 | 0.41 | 0.62 |
| Hex | C6 | 78 | 84 | 0 | 27 | 21 | 16 | 15F | 29 | 3E |
| Octal | 306 | 170 | 204 | 0 | 47 | 41 | 26 | 537 | 51 | 76 |
| Binary | 11000110 | 1111000 | 10000100 | 0 | 100111 | 100001 | 10110 | 101011111 | 101001 | 111110 |
Color Harmonies of #C67884
Complementary color
Monochromatic Colors of #C67884
Black with #C67884
Text Example
Text Example
White with #C67884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67884; }
p { color: rgb(198,120,132); }
H1.HeaderClassName
{
color: #C67884;
}
.AnyTagClassName
{
color: #C67884;
}
</style>
background-color css
<style>
a { background-color: #C67884; }
a { background-color: rgb(198,120,132); }
div.DivClassName
{
background-color: #C67884;
}
.BgClassName
{
background-color: #C67884;
}
</style>
border-color css
<style>
span { border-color: #C67884; }
span { border-color: rgb(198,120,132); }
td.TdClassName
{
border-color: #C67884;
}
.TagClassName
{
border-color: #C67884;
}
</style>