Shades of Charm #C37E8C
Tints of Charm #C37E8C
RGB
CMYK
RGB Variations
Color information
#C37E8C (or 0xC37E8C) is known color: Charm. HEX triplet: C3, 7E and 8C. RGB value is (195,126,140). Sum of RGB (Red+Green+Blue) = 195+126+140=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37E8C is #3C8173. Grayscale: #949494. Windows color (decimal): -3965300 or 9207491. OLE color: 9207491.
HSL color Cylindrical-coordinate representation of color #C37E8C: hue angle of 347.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37E8C is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 126 | 140 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.24 |
| HSL | 347.83º | 0.37% | 0.63% | - |
| HSV(B) | 347.83º | 0.35% | 0.76% | - |
| XYZ | 34.7 | 28.42 | 28.47 | - |
| YUV | 148.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 126 | 140 | 0 | 0.35 | 0.28 | 0.24 | 347.83 | 0.37 | 0.63 |
| Hex | C3 | 7E | 8C | 0 | 23 | 1C | 18 | 15C | 25 | 3F |
| Octal | 303 | 176 | 214 | 0 | 43 | 34 | 30 | 534 | 45 | 77 |
| Binary | 11000011 | 1111110 | 10001100 | 0 | 100011 | 11100 | 11000 | 101011100 | 100101 | 111111 |
Color Harmonies of #C37E8C
Complementary color
Monochromatic Colors of #C37E8C
Black with #C37E8C
Text Example
Text Example
White with #C37E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37E8C; }
p { color: rgb(195,126,140); }
H1.HeaderClassName
{
color: #C37E8C;
}
.AnyTagClassName
{
color: #C37E8C;
}
</style>
background-color css
<style>
a { background-color: #C37E8C; }
a { background-color: rgb(195,126,140); }
div.DivClassName
{
background-color: #C37E8C;
}
.BgClassName
{
background-color: #C37E8C;
}
</style>
border-color css
<style>
span { border-color: #C37E8C; }
span { border-color: rgb(195,126,140); }
td.TdClassName
{
border-color: #C37E8C;
}
.TagClassName
{
border-color: #C37E8C;
}
</style>