Shades of Charm #C6758A
Tints of Charm #C6758A
RGB
CMYK
RGB Variations
Color information
#C6758A (or 0xC6758A) is known color: Charm. HEX triplet: C6, 75 and 8A. RGB value is (198,117,138). Sum of RGB (Red+Green+Blue) = 198+117+138=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6758A is #398A75. Grayscale: #8F8F8F. Windows color (decimal): -3770998 or 9074118. OLE color: 9074118.
HSL color Cylindrical-coordinate representation of color #C6758A: hue angle of 344.44º 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 #C6758A is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 138 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.22 |
| HSL | 344.44º | 0.42% | 0.62% | - |
| HSV(B) | 344.44º | 0.41% | 0.78% | - |
| XYZ | 34.24 | 26.56 | 27.37 | - |
| YUV | 143.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 138 | 0 | 0.41 | 0.30 | 0.22 | 344.44 | 0.42 | 0.62 |
| Hex | C6 | 75 | 8A | 0 | 29 | 1E | 16 | 158 | 2A | 3E |
| Octal | 306 | 165 | 212 | 0 | 51 | 36 | 26 | 530 | 52 | 76 |
| Binary | 11000110 | 1110101 | 10001010 | 0 | 101001 | 11110 | 10110 | 101011000 | 101010 | 111110 |
Color Harmonies of #C6758A
Complementary color
Monochromatic Colors of #C6758A
Black with #C6758A
Text Example
Text Example
White with #C6758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6758A; }
p { color: rgb(198,117,138); }
H1.HeaderClassName
{
color: #C6758A;
}
.AnyTagClassName
{
color: #C6758A;
}
</style>
background-color css
<style>
a { background-color: #C6758A; }
a { background-color: rgb(198,117,138); }
div.DivClassName
{
background-color: #C6758A;
}
.BgClassName
{
background-color: #C6758A;
}
</style>
border-color css
<style>
span { border-color: #C6758A; }
span { border-color: rgb(198,117,138); }
td.TdClassName
{
border-color: #C6758A;
}
.TagClassName
{
border-color: #C6758A;
}
</style>