Shades of Charm #C67A91
Tints of Charm #C67A91
RGB
CMYK
RGB Variations
Color information
#C67A91 (or 0xC67A91) is known color: Charm. HEX triplet: C6, 7A and 91. RGB value is (198,122,145). Sum of RGB (Red+Green+Blue) = 198+122+145=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67A91 is #39856E. Grayscale: #939393. Windows color (decimal): -3769711 or 9534150. OLE color: 9534150.
HSL color Cylindrical-coordinate representation of color #C67A91: hue angle of 341.84º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67A91 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 145 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.22 |
| HSL | 341.84º | 0.4% | 0.63% | - |
| HSV(B) | 341.84º | 0.38% | 0.78% | - |
| XYZ | 35.36 | 27.97 | 30.32 | - |
| YUV | 147.35 | 126.68 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 145 | 0 | 0.38 | 0.27 | 0.22 | 341.84 | 0.4 | 0.63 |
| Hex | C6 | 7A | 91 | 0 | 26 | 1B | 16 | 156 | 28 | 3F |
| Octal | 306 | 172 | 221 | 0 | 46 | 33 | 26 | 526 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10010001 | 0 | 100110 | 11011 | 10110 | 101010110 | 101000 | 111111 |
Color Harmonies of #C67A91
Complementary color
Monochromatic Colors of #C67A91
Black with #C67A91
Text Example
Text Example
White with #C67A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67A91; }
p { color: rgb(198,122,145); }
H1.HeaderClassName
{
color: #C67A91;
}
.AnyTagClassName
{
color: #C67A91;
}
</style>
background-color css
<style>
a { background-color: #C67A91; }
a { background-color: rgb(198,122,145); }
div.DivClassName
{
background-color: #C67A91;
}
.BgClassName
{
background-color: #C67A91;
}
</style>
border-color css
<style>
span { border-color: #C67A91; }
span { border-color: rgb(198,122,145); }
td.TdClassName
{
border-color: #C67A91;
}
.TagClassName
{
border-color: #C67A91;
}
</style>