Shades of Charm #C37C82
Tints of Charm #C37C82
RGB
CMYK
RGB Variations
Color information
#C37C82 (or 0xC37C82) is known color: Charm. HEX triplet: C3, 7C and 82. RGB value is (195,124,130). Sum of RGB (Red+Green+Blue) = 195+124+130=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37C82 is #3C837D. Grayscale: #919191. Windows color (decimal): -3965822 or 8551619. OLE color: 8551619.
HSL color Cylindrical-coordinate representation of color #C37C82: hue angle of 354.93º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37C82 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 130 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.24 |
| HSL | 354.93º | 0.37% | 0.63% | - |
| HSV(B) | 354.93º | 0.36% | 0.76% | - |
| XYZ | 33.74 | 27.63 | 24.67 | - |
| YUV | 145.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 130 | 0 | 0.36 | 0.33 | 0.24 | 354.93 | 0.37 | 0.63 |
| Hex | C3 | 7C | 82 | 0 | 24 | 21 | 18 | 163 | 25 | 3F |
| Octal | 303 | 174 | 202 | 0 | 44 | 41 | 30 | 543 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10000010 | 0 | 100100 | 100001 | 11000 | 101100011 | 100101 | 111111 |
Color Harmonies of #C37C82
Complementary color
Monochromatic Colors of #C37C82
Black with #C37C82
Text Example
Text Example
White with #C37C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37C82; }
p { color: rgb(195,124,130); }
H1.HeaderClassName
{
color: #C37C82;
}
.AnyTagClassName
{
color: #C37C82;
}
</style>
background-color css
<style>
a { background-color: #C37C82; }
a { background-color: rgb(195,124,130); }
div.DivClassName
{
background-color: #C37C82;
}
.BgClassName
{
background-color: #C37C82;
}
</style>
border-color css
<style>
span { border-color: #C37C82; }
span { border-color: rgb(195,124,130); }
td.TdClassName
{
border-color: #C37C82;
}
.TagClassName
{
border-color: #C37C82;
}
</style>