Shades of Charm #C37A8F
Tints of Charm #C37A8F
RGB
CMYK
RGB Variations
Color information
#C37A8F (or 0xC37A8F) is known color: Charm. HEX triplet: C3, 7A and 8F. RGB value is (195,122,143). Sum of RGB (Red+Green+Blue) = 195+122+143=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37A8F is #3C8570. Grayscale: #929292. Windows color (decimal): -3966321 or 9403075. OLE color: 9403075.
HSL color Cylindrical-coordinate representation of color #C37A8F: hue angle of 342.74º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37A8F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 143 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.24 |
| HSL | 342.74º | 0.38% | 0.62% | - |
| HSV(B) | 342.74º | 0.37% | 0.76% | - |
| XYZ | 34.42 | 27.5 | 29.48 | - |
| YUV | 146.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 143 | 0 | 0.37 | 0.27 | 0.24 | 342.74 | 0.38 | 0.62 |
| Hex | C3 | 7A | 8F | 0 | 25 | 1B | 18 | 157 | 26 | 3E |
| Octal | 303 | 172 | 217 | 0 | 45 | 33 | 30 | 527 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10001111 | 0 | 100101 | 11011 | 11000 | 101010111 | 100110 | 111110 |
Color Harmonies of #C37A8F
Complementary color
Monochromatic Colors of #C37A8F
Black with #C37A8F
Text Example
Text Example
White with #C37A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A8F; }
p { color: rgb(195,122,143); }
H1.HeaderClassName
{
color: #C37A8F;
}
.AnyTagClassName
{
color: #C37A8F;
}
</style>
background-color css
<style>
a { background-color: #C37A8F; }
a { background-color: rgb(195,122,143); }
div.DivClassName
{
background-color: #C37A8F;
}
.BgClassName
{
background-color: #C37A8F;
}
</style>
border-color css
<style>
span { border-color: #C37A8F; }
span { border-color: rgb(195,122,143); }
td.TdClassName
{
border-color: #C37A8F;
}
.TagClassName
{
border-color: #C37A8F;
}
</style>