Shades of Charm #C67982
Tints of Charm #C67982
RGB
CMYK
RGB Variations
Color information
#C67982 (or 0xC67982) is known color: Charm. HEX triplet: C6, 79 and 82. RGB value is (198,121,130). Sum of RGB (Red+Green+Blue) = 198+121+130=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C67982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67982 is #39867D. Grayscale: #919191. Windows color (decimal): -3769982 or 8550854. OLE color: 8550854.
HSL color Cylindrical-coordinate representation of color #C67982: hue angle of 352.99º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67982 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 130 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.22 |
| HSL | 352.99º | 0.4% | 0.63% | - |
| HSV(B) | 352.99º | 0.39% | 0.78% | - |
| XYZ | 34.16 | 27.29 | 24.59 | - |
| YUV | 145.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 130 | 0 | 0.39 | 0.34 | 0.22 | 352.99 | 0.4 | 0.63 |
| Hex | C6 | 79 | 82 | 0 | 27 | 22 | 16 | 161 | 28 | 3F |
| Octal | 306 | 171 | 202 | 0 | 47 | 42 | 26 | 541 | 50 | 77 |
| Binary | 11000110 | 1111001 | 10000010 | 0 | 100111 | 100010 | 10110 | 101100001 | 101000 | 111111 |
Color Harmonies of #C67982
Complementary color
Monochromatic Colors of #C67982
Black with #C67982
Text Example
Text Example
White with #C67982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67982; }
p { color: rgb(198,121,130); }
H1.HeaderClassName
{
color: #C67982;
}
.AnyTagClassName
{
color: #C67982;
}
</style>
background-color css
<style>
a { background-color: #C67982; }
a { background-color: rgb(198,121,130); }
div.DivClassName
{
background-color: #C67982;
}
.BgClassName
{
background-color: #C67982;
}
</style>
border-color css
<style>
span { border-color: #C67982; }
span { border-color: rgb(198,121,130); }
td.TdClassName
{
border-color: #C67982;
}
.TagClassName
{
border-color: #C67982;
}
</style>