Shades of Charm #C2787D
Tints of Charm #C2787D
RGB
CMYK
RGB Variations
Color information
#C2787D (or 0xC2787D) is known color: Charm. HEX triplet: C2, 78 and 7D. RGB value is (194,120,125). Sum of RGB (Red+Green+Blue) = 194+120+125=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2787D is #3D8782. Grayscale: #8E8E8E. Windows color (decimal): -4032387 or 8222914. OLE color: 8222914.
HSL color Cylindrical-coordinate representation of color #C2787D: hue angle of 355.95º 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 #C2787D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 125 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.24 |
| HSL | 355.95º | 0.38% | 0.62% | - |
| HSV(B) | 355.95º | 0.38% | 0.76% | - |
| XYZ | 32.67 | 26.38 | 22.77 | - |
| YUV | 142.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 125 | 0 | 0.38 | 0.36 | 0.24 | 355.95 | 0.38 | 0.62 |
| Hex | C2 | 78 | 7D | 0 | 26 | 24 | 18 | 164 | 26 | 3E |
| Octal | 302 | 170 | 175 | 0 | 46 | 44 | 30 | 544 | 46 | 76 |
| Binary | 11000010 | 1111000 | 1111101 | 0 | 100110 | 100100 | 11000 | 101100100 | 100110 | 111110 |
Color Harmonies of #C2787D
Complementary color
Monochromatic Colors of #C2787D
Black with #C2787D
Text Example
Text Example
White with #C2787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2787D; }
p { color: rgb(194,120,125); }
H1.HeaderClassName
{
color: #C2787D;
}
.AnyTagClassName
{
color: #C2787D;
}
</style>
background-color css
<style>
a { background-color: #C2787D; }
a { background-color: rgb(194,120,125); }
div.DivClassName
{
background-color: #C2787D;
}
.BgClassName
{
background-color: #C2787D;
}
</style>
border-color css
<style>
span { border-color: #C2787D; }
span { border-color: rgb(194,120,125); }
td.TdClassName
{
border-color: #C2787D;
}
.TagClassName
{
border-color: #C2787D;
}
</style>