Shades of Charm #C37785
Tints of Charm #C37785
RGB
CMYK
RGB Variations
Color information
#C37785 (or 0xC37785) is known color: Charm. HEX triplet: C3, 77 and 85. RGB value is (195,119,133). Sum of RGB (Red+Green+Blue) = 195+119+133=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C37785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37785 is #3C887A. Grayscale: #8F8F8F. Windows color (decimal): -3967099 or 8746947. OLE color: 8746947.
HSL color Cylindrical-coordinate representation of color #C37785: hue angle of 348.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37785 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 133 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.24 |
| HSL | 348.95º | 0.39% | 0.62% | - |
| HSV(B) | 348.95º | 0.39% | 0.76% | - |
| XYZ | 33.34 | 26.49 | 25.55 | - |
| YUV | 143.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 133 | 0 | 0.39 | 0.32 | 0.24 | 348.95 | 0.39 | 0.62 |
| Hex | C3 | 77 | 85 | 0 | 27 | 20 | 18 | 15D | 27 | 3E |
| Octal | 303 | 167 | 205 | 0 | 47 | 40 | 30 | 535 | 47 | 76 |
| Binary | 11000011 | 1110111 | 10000101 | 0 | 100111 | 100000 | 11000 | 101011101 | 100111 | 111110 |
Color Harmonies of #C37785
Complementary color
Monochromatic Colors of #C37785
Black with #C37785
Text Example
Text Example
White with #C37785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37785; }
p { color: rgb(195,119,133); }
H1.HeaderClassName
{
color: #C37785;
}
.AnyTagClassName
{
color: #C37785;
}
</style>
background-color css
<style>
a { background-color: #C37785; }
a { background-color: rgb(195,119,133); }
div.DivClassName
{
background-color: #C37785;
}
.BgClassName
{
background-color: #C37785;
}
</style>
border-color css
<style>
span { border-color: #C37785; }
span { border-color: rgb(195,119,133); }
td.TdClassName
{
border-color: #C37785;
}
.TagClassName
{
border-color: #C37785;
}
</style>