Shades of Charm #C67C83
Tints of Charm #C67C83
RGB
CMYK
RGB Variations
Color information
#C67C83 (or 0xC67C83) is known color: Charm. HEX triplet: C6, 7C and 83. RGB value is (198,124,131). Sum of RGB (Red+Green+Blue) = 198+124+131=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 131 (51.56% from 255 or 28.92% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67C83 is #39837C. Grayscale: #929292. Windows color (decimal): -3769213 or 8617158. OLE color: 8617158.
HSL color Cylindrical-coordinate representation of color #C67C83: hue angle of 354.32º 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 #C67C83 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 124 | 131 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.22 |
| HSL | 354.32º | 0.39% | 0.63% | - |
| HSV(B) | 354.32º | 0.37% | 0.78% | - |
| XYZ | 34.59 | 28.06 | 25.07 | - |
| YUV | 146.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 131 | 0 | 0.37 | 0.34 | 0.22 | 354.32 | 0.39 | 0.63 |
| Hex | C6 | 7C | 83 | 0 | 25 | 22 | 16 | 162 | 27 | 3F |
| Octal | 306 | 174 | 203 | 0 | 45 | 42 | 26 | 542 | 47 | 77 |
| Binary | 11000110 | 1111100 | 10000011 | 0 | 100101 | 100010 | 10110 | 101100010 | 100111 | 111111 |
Color Harmonies of #C67C83
Complementary color
Monochromatic Colors of #C67C83
Black with #C67C83
Text Example
Text Example
White with #C67C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67C83; }
p { color: rgb(198,124,131); }
H1.HeaderClassName
{
color: #C67C83;
}
.AnyTagClassName
{
color: #C67C83;
}
</style>
background-color css
<style>
a { background-color: #C67C83; }
a { background-color: rgb(198,124,131); }
div.DivClassName
{
background-color: #C67C83;
}
.BgClassName
{
background-color: #C67C83;
}
</style>
border-color css
<style>
span { border-color: #C67C83; }
span { border-color: rgb(198,124,131); }
td.TdClassName
{
border-color: #C67C83;
}
.TagClassName
{
border-color: #C67C83;
}
</style>