Shades of Charm #C4757A
Tints of Charm #C4757A
RGB
CMYK
RGB Variations
Color information
#C4757A (or 0xC4757A) is known color: Charm. HEX triplet: C4, 75 and 7A. RGB value is (196,117,122). Sum of RGB (Red+Green+Blue) = 196+117+122=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4757A is #3B8A85. Grayscale: #8D8D8D. Windows color (decimal): -3902086 or 8025540. OLE color: 8025540.
HSL color Cylindrical-coordinate representation of color #C4757A: hue angle of 356.2º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4757A is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 117 | 122 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.23 |
| HSL | 356.2º | 0.4% | 0.61% | - |
| HSV(B) | 356.2º | 0.4% | 0.77% | - |
| XYZ | 32.64 | 25.86 | 21.68 | - |
| YUV | 141.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 117 | 122 | 0 | 0.40 | 0.38 | 0.23 | 356.2 | 0.4 | 0.61 |
| Hex | C4 | 75 | 7A | 0 | 28 | 26 | 17 | 164 | 28 | 3D |
| Octal | 304 | 165 | 172 | 0 | 50 | 46 | 27 | 544 | 50 | 75 |
| Binary | 11000100 | 1110101 | 1111010 | 0 | 101000 | 100110 | 10111 | 101100100 | 101000 | 111101 |
Color Harmonies of #C4757A
Complementary color
Monochromatic Colors of #C4757A
Black with #C4757A
Text Example
Text Example
White with #C4757A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4757A; }
p { color: rgb(196,117,122); }
H1.HeaderClassName
{
color: #C4757A;
}
.AnyTagClassName
{
color: #C4757A;
}
</style>
background-color css
<style>
a { background-color: #C4757A; }
a { background-color: rgb(196,117,122); }
div.DivClassName
{
background-color: #C4757A;
}
.BgClassName
{
background-color: #C4757A;
}
</style>
border-color css
<style>
span { border-color: #C4757A; }
span { border-color: rgb(196,117,122); }
td.TdClassName
{
border-color: #C4757A;
}
.TagClassName
{
border-color: #C4757A;
}
</style>