Shades of Charm #C2787E
Tints of Charm #C2787E
RGB
CMYK
RGB Variations
Color information
#C2787E (or 0xC2787E) is known color: Charm. HEX triplet: C2, 78 and 7E. RGB value is (194,120,126). Sum of RGB (Red+Green+Blue) = 194+120+126=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C2787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2787E is #3D8781. Grayscale: #8E8E8E. Windows color (decimal): -4032386 or 8288450. OLE color: 8288450.
HSL color Cylindrical-coordinate representation of color #C2787E: hue angle of 355.14º 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 #C2787E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 126 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.24 |
| HSL | 355.14º | 0.38% | 0.62% | - |
| HSV(B) | 355.14º | 0.38% | 0.76% | - |
| XYZ | 32.73 | 26.41 | 23.11 | - |
| YUV | 142.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 126 | 0 | 0.38 | 0.35 | 0.24 | 355.14 | 0.38 | 0.62 |
| Hex | C2 | 78 | 7E | 0 | 26 | 23 | 18 | 163 | 26 | 3E |
| Octal | 302 | 170 | 176 | 0 | 46 | 43 | 30 | 543 | 46 | 76 |
| Binary | 11000010 | 1111000 | 1111110 | 0 | 100110 | 100011 | 11000 | 101100011 | 100110 | 111110 |
Color Harmonies of #C2787E
Complementary color
Monochromatic Colors of #C2787E
Black with #C2787E
Text Example
Text Example
White with #C2787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2787E; }
p { color: rgb(194,120,126); }
H1.HeaderClassName
{
color: #C2787E;
}
.AnyTagClassName
{
color: #C2787E;
}
</style>
background-color css
<style>
a { background-color: #C2787E; }
a { background-color: rgb(194,120,126); }
div.DivClassName
{
background-color: #C2787E;
}
.BgClassName
{
background-color: #C2787E;
}
</style>
border-color css
<style>
span { border-color: #C2787E; }
span { border-color: rgb(194,120,126); }
td.TdClassName
{
border-color: #C2787E;
}
.TagClassName
{
border-color: #C2787E;
}
</style>