Shades of Charm #C3787F
Tints of Charm #C3787F
RGB
CMYK
RGB Variations
Color information
#C3787F (or 0xC3787F) is known color: Charm. HEX triplet: C3, 78 and 7F. RGB value is (195,120,127). Sum of RGB (Red+Green+Blue) = 195+120+127=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3787F is #3C8780. Grayscale: #8F8F8F. Windows color (decimal): -3966849 or 8353987. OLE color: 8353987.
HSL color Cylindrical-coordinate representation of color #C3787F: hue angle of 354.4º 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 #C3787F is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 127 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.24 |
| HSL | 354.4º | 0.38% | 0.62% | - |
| HSV(B) | 354.4º | 0.38% | 0.76% | - |
| XYZ | 33.05 | 26.57 | 23.46 | - |
| YUV | 143.22 | 118.85 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 127 | 0 | 0.38 | 0.35 | 0.24 | 354.4 | 0.38 | 0.62 |
| Hex | C3 | 78 | 7F | 0 | 26 | 23 | 18 | 162 | 26 | 3E |
| Octal | 303 | 170 | 177 | 0 | 46 | 43 | 30 | 542 | 46 | 76 |
| Binary | 11000011 | 1111000 | 1111111 | 0 | 100110 | 100011 | 11000 | 101100010 | 100110 | 111110 |
Color Harmonies of #C3787F
Complementary color
Monochromatic Colors of #C3787F
Black with #C3787F
Text Example
Text Example
White with #C3787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3787F; }
p { color: rgb(195,120,127); }
H1.HeaderClassName
{
color: #C3787F;
}
.AnyTagClassName
{
color: #C3787F;
}
</style>
background-color css
<style>
a { background-color: #C3787F; }
a { background-color: rgb(195,120,127); }
div.DivClassName
{
background-color: #C3787F;
}
.BgClassName
{
background-color: #C3787F;
}
</style>
border-color css
<style>
span { border-color: #C3787F; }
span { border-color: rgb(195,120,127); }
td.TdClassName
{
border-color: #C3787F;
}
.TagClassName
{
border-color: #C3787F;
}
</style>