Shades of Charm #C2788D
Tints of Charm #C2788D
RGB
CMYK
RGB Variations
Color information
#C2788D (or 0xC2788D) is known color: Charm. HEX triplet: C2, 78 and 8D. RGB value is (194,120,141). Sum of RGB (Red+Green+Blue) = 194+120+141=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2788D is #3D8772. Grayscale: #909090. Windows color (decimal): -4032371 or 9271490. OLE color: 9271490.
HSL color Cylindrical-coordinate representation of color #C2788D: hue angle of 342.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2788D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 141 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.24 |
| HSL | 342.97º | 0.38% | 0.62% | - |
| HSV(B) | 342.97º | 0.38% | 0.76% | - |
| XYZ | 33.77 | 26.83 | 28.6 | - |
| YUV | 144.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 141 | 0 | 0.38 | 0.27 | 0.24 | 342.97 | 0.38 | 0.62 |
| Hex | C2 | 78 | 8D | 0 | 26 | 1B | 18 | 157 | 26 | 3E |
| Octal | 302 | 170 | 215 | 0 | 46 | 33 | 30 | 527 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10001101 | 0 | 100110 | 11011 | 11000 | 101010111 | 100110 | 111110 |
Color Harmonies of #C2788D
Complementary color
Monochromatic Colors of #C2788D
Black with #C2788D
Text Example
Text Example
White with #C2788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2788D; }
p { color: rgb(194,120,141); }
H1.HeaderClassName
{
color: #C2788D;
}
.AnyTagClassName
{
color: #C2788D;
}
</style>
background-color css
<style>
a { background-color: #C2788D; }
a { background-color: rgb(194,120,141); }
div.DivClassName
{
background-color: #C2788D;
}
.BgClassName
{
background-color: #C2788D;
}
</style>
border-color css
<style>
span { border-color: #C2788D; }
span { border-color: rgb(194,120,141); }
td.TdClassName
{
border-color: #C2788D;
}
.TagClassName
{
border-color: #C2788D;
}
</style>