Shades of Charm #C2787A
Tints of Charm #C2787A
RGB
CMYK
RGB Variations
Color information
#C2787A (or 0xC2787A) is known color: Charm. HEX triplet: C2, 78 and 7A. RGB value is (194,120,122). Sum of RGB (Red+Green+Blue) = 194+120+122=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2787A is #3D8785. Grayscale: #8E8E8E. Windows color (decimal): -4032390 or 8026306. OLE color: 8026306.
HSL color Cylindrical-coordinate representation of color #C2787A: hue angle of 358.38º 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 #C2787A is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 122 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.24 |
| HSL | 358.38º | 0.38% | 0.62% | - |
| HSV(B) | 358.38º | 0.38% | 0.76% | - |
| XYZ | 32.48 | 26.31 | 21.78 | - |
| YUV | 142.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 122 | 0 | 0.38 | 0.37 | 0.24 | 358.38 | 0.38 | 0.62 |
| Hex | C2 | 78 | 7A | 0 | 26 | 25 | 18 | 166 | 26 | 3E |
| Octal | 302 | 170 | 172 | 0 | 46 | 45 | 30 | 546 | 46 | 76 |
| Binary | 11000010 | 1111000 | 1111010 | 0 | 100110 | 100101 | 11000 | 101100110 | 100110 | 111110 |
Color Harmonies of #C2787A
Complementary color
Monochromatic Colors of #C2787A
Black with #C2787A
Text Example
Text Example
White with #C2787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2787A; }
p { color: rgb(194,120,122); }
H1.HeaderClassName
{
color: #C2787A;
}
.AnyTagClassName
{
color: #C2787A;
}
</style>
background-color css
<style>
a { background-color: #C2787A; }
a { background-color: rgb(194,120,122); }
div.DivClassName
{
background-color: #C2787A;
}
.BgClassName
{
background-color: #C2787A;
}
</style>
border-color css
<style>
span { border-color: #C2787A; }
span { border-color: rgb(194,120,122); }
td.TdClassName
{
border-color: #C2787A;
}
.TagClassName
{
border-color: #C2787A;
}
</style>