Shades of Charm #C67485
Tints of Charm #C67485
RGB
CMYK
RGB Variations
Color information
#C67485 (or 0xC67485) is known color: Charm. HEX triplet: C6, 74 and 85. RGB value is (198,116,133). Sum of RGB (Red+Green+Blue) = 198+116+133=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C67485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67485 is #398B7A. Grayscale: #8E8E8E. Windows color (decimal): -3771259 or 8746182. OLE color: 8746182.
HSL color Cylindrical-coordinate representation of color #C67485: hue angle of 347.56º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67485 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 133 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.22 |
| HSL | 347.56º | 0.42% | 0.62% | - |
| HSV(B) | 347.56º | 0.41% | 0.78% | - |
| XYZ | 33.77 | 26.19 | 25.47 | - |
| YUV | 142.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 133 | 0 | 0.41 | 0.33 | 0.22 | 347.56 | 0.42 | 0.62 |
| Hex | C6 | 74 | 85 | 0 | 29 | 21 | 16 | 15C | 2A | 3E |
| Octal | 306 | 164 | 205 | 0 | 51 | 41 | 26 | 534 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10000101 | 0 | 101001 | 100001 | 10110 | 101011100 | 101010 | 111110 |
Color Harmonies of #C67485
Complementary color
Monochromatic Colors of #C67485
Black with #C67485
Text Example
Text Example
White with #C67485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67485; }
p { color: rgb(198,116,133); }
H1.HeaderClassName
{
color: #C67485;
}
.AnyTagClassName
{
color: #C67485;
}
</style>
background-color css
<style>
a { background-color: #C67485; }
a { background-color: rgb(198,116,133); }
div.DivClassName
{
background-color: #C67485;
}
.BgClassName
{
background-color: #C67485;
}
</style>
border-color css
<style>
span { border-color: #C67485; }
span { border-color: rgb(198,116,133); }
td.TdClassName
{
border-color: #C67485;
}
.TagClassName
{
border-color: #C67485;
}
</style>