Shades of Charm #C37B7D
Tints of Charm #C37B7D
RGB
CMYK
RGB Variations
Color information
#C37B7D (or 0xC37B7D) is known color: Charm. HEX triplet: C3, 7B and 7D. RGB value is (195,123,125). Sum of RGB (Red+Green+Blue) = 195+123+125=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B7D is #3C8482. Grayscale: #909090. Windows color (decimal): -3966083 or 8223683. OLE color: 8223683.
HSL color Cylindrical-coordinate representation of color #C37B7D: hue angle of 358.33º 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 #C37B7D is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 125 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.24 |
| HSL | 358.33º | 0.38% | 0.62% | - |
| HSV(B) | 358.33º | 0.37% | 0.76% | - |
| XYZ | 33.29 | 27.25 | 22.91 | - |
| YUV | 144.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 125 | 0 | 0.37 | 0.36 | 0.24 | 358.33 | 0.38 | 0.62 |
| Hex | C3 | 7B | 7D | 0 | 25 | 24 | 18 | 166 | 26 | 3E |
| Octal | 303 | 173 | 175 | 0 | 45 | 44 | 30 | 546 | 46 | 76 |
| Binary | 11000011 | 1111011 | 1111101 | 0 | 100101 | 100100 | 11000 | 101100110 | 100110 | 111110 |
Color Harmonies of #C37B7D
Complementary color
Monochromatic Colors of #C37B7D
Black with #C37B7D
Text Example
Text Example
White with #C37B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B7D; }
p { color: rgb(195,123,125); }
H1.HeaderClassName
{
color: #C37B7D;
}
.AnyTagClassName
{
color: #C37B7D;
}
</style>
background-color css
<style>
a { background-color: #C37B7D; }
a { background-color: rgb(195,123,125); }
div.DivClassName
{
background-color: #C37B7D;
}
.BgClassName
{
background-color: #C37B7D;
}
</style>
border-color css
<style>
span { border-color: #C37B7D; }
span { border-color: rgb(195,123,125); }
td.TdClassName
{
border-color: #C37B7D;
}
.TagClassName
{
border-color: #C37B7D;
}
</style>