Shades of Charm #C37B7F
Tints of Charm #C37B7F
RGB
CMYK
RGB Variations
Color information
#C37B7F (or 0xC37B7F) is known color: Charm. HEX triplet: C3, 7B and 7F. RGB value is (195,123,127). Sum of RGB (Red+Green+Blue) = 195+123+127=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B7F is #3C8480. Grayscale: #919191. Windows color (decimal): -3966081 or 8354755. OLE color: 8354755.
HSL color Cylindrical-coordinate representation of color #C37B7F: hue angle of 356.67º 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 #C37B7F is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 127 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.24 |
| HSL | 356.67º | 0.38% | 0.62% | - |
| HSV(B) | 356.67º | 0.37% | 0.76% | - |
| XYZ | 33.42 | 27.3 | 23.59 | - |
| YUV | 144.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 127 | 0 | 0.37 | 0.35 | 0.24 | 356.67 | 0.38 | 0.62 |
| Hex | C3 | 7B | 7F | 0 | 25 | 23 | 18 | 165 | 26 | 3E |
| Octal | 303 | 173 | 177 | 0 | 45 | 43 | 30 | 545 | 46 | 76 |
| Binary | 11000011 | 1111011 | 1111111 | 0 | 100101 | 100011 | 11000 | 101100101 | 100110 | 111110 |
Color Harmonies of #C37B7F
Complementary color
Monochromatic Colors of #C37B7F
Black with #C37B7F
Text Example
Text Example
White with #C37B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37B7F; }
p { color: rgb(195,123,127); }
H1.HeaderClassName
{
color: #C37B7F;
}
.AnyTagClassName
{
color: #C37B7F;
}
</style>
background-color css
<style>
a { background-color: #C37B7F; }
a { background-color: rgb(195,123,127); }
div.DivClassName
{
background-color: #C37B7F;
}
.BgClassName
{
background-color: #C37B7F;
}
</style>
border-color css
<style>
span { border-color: #C37B7F; }
span { border-color: rgb(195,123,127); }
td.TdClassName
{
border-color: #C37B7F;
}
.TagClassName
{
border-color: #C37B7F;
}
</style>