Shades of Charm #C37A7C
Tints of Charm #C37A7C
RGB
CMYK
RGB Variations
Color information
#C37A7C (or 0xC37A7C) is known color: Charm. HEX triplet: C3, 7A and 7C. RGB value is (195,122,124). Sum of RGB (Red+Green+Blue) = 195+122+124=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37A7C is #3C8583. Grayscale: #909090. Windows color (decimal): -3966340 or 8157891. OLE color: 8157891.
HSL color Cylindrical-coordinate representation of color #C37A7C: hue angle of 358.36º 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 #C37A7C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 124 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.24 |
| HSL | 358.36º | 0.38% | 0.62% | - |
| HSV(B) | 358.36º | 0.37% | 0.76% | - |
| XYZ | 33.1 | 26.98 | 22.53 | - |
| YUV | 144.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 124 | 0 | 0.37 | 0.36 | 0.24 | 358.36 | 0.38 | 0.62 |
| Hex | C3 | 7A | 7C | 0 | 25 | 24 | 18 | 166 | 26 | 3E |
| Octal | 303 | 172 | 174 | 0 | 45 | 44 | 30 | 546 | 46 | 76 |
| Binary | 11000011 | 1111010 | 1111100 | 0 | 100101 | 100100 | 11000 | 101100110 | 100110 | 111110 |
Color Harmonies of #C37A7C
Complementary color
Monochromatic Colors of #C37A7C
Black with #C37A7C
Text Example
Text Example
White with #C37A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37A7C; }
p { color: rgb(195,122,124); }
H1.HeaderClassName
{
color: #C37A7C;
}
.AnyTagClassName
{
color: #C37A7C;
}
</style>
background-color css
<style>
a { background-color: #C37A7C; }
a { background-color: rgb(195,122,124); }
div.DivClassName
{
background-color: #C37A7C;
}
.BgClassName
{
background-color: #C37A7C;
}
</style>
border-color css
<style>
span { border-color: #C37A7C; }
span { border-color: rgb(195,122,124); }
td.TdClassName
{
border-color: #C37A7C;
}
.TagClassName
{
border-color: #C37A7C;
}
</style>