Shades of Charm #C37B90
Tints of Charm #C37B90
RGB
CMYK
RGB Variations
Color information
#C37B90 (or 0xC37B90) is known color: Charm. HEX triplet: C3, 7B and 90. RGB value is (195,123,144). Sum of RGB (Red+Green+Blue) = 195+123+144=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37B90 is #3C846F. Grayscale: #929292. Windows color (decimal): -3966064 or 9468867. OLE color: 9468867.
HSL color Cylindrical-coordinate representation of color #C37B90: hue angle of 342.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 #C37B90 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 144 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.24 |
| HSL | 342.5º | 0.38% | 0.62% | - |
| HSV(B) | 342.5º | 0.37% | 0.76% | - |
| XYZ | 34.62 | 27.78 | 29.92 | - |
| YUV | 146.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 144 | 0 | 0.37 | 0.26 | 0.24 | 342.5 | 0.38 | 0.62 |
| Hex | C3 | 7B | 90 | 0 | 25 | 1A | 18 | 156 | 26 | 3E |
| Octal | 303 | 173 | 220 | 0 | 45 | 32 | 30 | 526 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10010000 | 0 | 100101 | 11010 | 11000 | 101010110 | 100110 | 111110 |
Color Harmonies of #C37B90
Complementary color
Monochromatic Colors of #C37B90
Black with #C37B90
Text Example
Text Example
White with #C37B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B90; }
p { color: rgb(195,123,144); }
H1.HeaderClassName
{
color: #C37B90;
}
.AnyTagClassName
{
color: #C37B90;
}
</style>
background-color css
<style>
a { background-color: #C37B90; }
a { background-color: rgb(195,123,144); }
div.DivClassName
{
background-color: #C37B90;
}
.BgClassName
{
background-color: #C37B90;
}
</style>
border-color css
<style>
span { border-color: #C37B90; }
span { border-color: rgb(195,123,144); }
td.TdClassName
{
border-color: #C37B90;
}
.TagClassName
{
border-color: #C37B90;
}
</style>