Shades of Charm #C37B7E
Tints of Charm #C37B7E
RGB
CMYK
RGB Variations
Color information
#C37B7E (or 0xC37B7E) is known color: Charm. HEX triplet: C3, 7B and 7E. RGB value is (195,123,126). Sum of RGB (Red+Green+Blue) = 195+123+126=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B7E is #3C8481. Grayscale: #909090. Windows color (decimal): -3966082 or 8289219. OLE color: 8289219.
HSL color Cylindrical-coordinate representation of color #C37B7E: hue angle of 357.5º 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 #C37B7E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 126 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.24 |
| HSL | 357.5º | 0.38% | 0.62% | - |
| HSV(B) | 357.5º | 0.37% | 0.76% | - |
| XYZ | 33.35 | 27.27 | 23.25 | - |
| YUV | 144.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 126 | 0 | 0.37 | 0.35 | 0.24 | 357.5 | 0.38 | 0.62 |
| Hex | C3 | 7B | 7E | 0 | 25 | 23 | 18 | 166 | 26 | 3E |
| Octal | 303 | 173 | 176 | 0 | 45 | 43 | 30 | 546 | 46 | 76 |
| Binary | 11000011 | 1111011 | 1111110 | 0 | 100101 | 100011 | 11000 | 101100110 | 100110 | 111110 |
Color Harmonies of #C37B7E
Complementary color
Monochromatic Colors of #C37B7E
Black with #C37B7E
Text Example
Text Example
White with #C37B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B7E; }
p { color: rgb(195,123,126); }
H1.HeaderClassName
{
color: #C37B7E;
}
.AnyTagClassName
{
color: #C37B7E;
}
</style>
background-color css
<style>
a { background-color: #C37B7E; }
a { background-color: rgb(195,123,126); }
div.DivClassName
{
background-color: #C37B7E;
}
.BgClassName
{
background-color: #C37B7E;
}
</style>
border-color css
<style>
span { border-color: #C37B7E; }
span { border-color: rgb(195,123,126); }
td.TdClassName
{
border-color: #C37B7E;
}
.TagClassName
{
border-color: #C37B7E;
}
</style>