Shades of Charm #C37B82
Tints of Charm #C37B82
RGB
CMYK
RGB Variations
Color information
#C37B82 (or 0xC37B82) is known color: Charm. HEX triplet: C3, 7B and 82. RGB value is (195,123,130). Sum of RGB (Red+Green+Blue) = 195+123+130=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37B82 is #3C847D. Grayscale: #919191. Windows color (decimal): -3966078 or 8551363. OLE color: 8551363.
HSL color Cylindrical-coordinate representation of color #C37B82: hue angle of 354.17º 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 #C37B82 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 130 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.24 |
| HSL | 354.17º | 0.38% | 0.62% | - |
| HSV(B) | 354.17º | 0.37% | 0.76% | - |
| XYZ | 33.62 | 27.38 | 24.63 | - |
| YUV | 145.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 130 | 0 | 0.37 | 0.33 | 0.24 | 354.17 | 0.38 | 0.62 |
| Hex | C3 | 7B | 82 | 0 | 25 | 21 | 18 | 162 | 26 | 3E |
| Octal | 303 | 173 | 202 | 0 | 45 | 41 | 30 | 542 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10000010 | 0 | 100101 | 100001 | 11000 | 101100010 | 100110 | 111110 |
Color Harmonies of #C37B82
Complementary color
Monochromatic Colors of #C37B82
Black with #C37B82
Text Example
Text Example
White with #C37B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B82; }
p { color: rgb(195,123,130); }
H1.HeaderClassName
{
color: #C37B82;
}
.AnyTagClassName
{
color: #C37B82;
}
</style>
background-color css
<style>
a { background-color: #C37B82; }
a { background-color: rgb(195,123,130); }
div.DivClassName
{
background-color: #C37B82;
}
.BgClassName
{
background-color: #C37B82;
}
</style>
border-color css
<style>
span { border-color: #C37B82; }
span { border-color: rgb(195,123,130); }
td.TdClassName
{
border-color: #C37B82;
}
.TagClassName
{
border-color: #C37B82;
}
</style>