Shades of Charm #C7757B
Tints of Charm #C7757B
RGB
CMYK
RGB Variations
Color information
#C7757B (or 0xC7757B) is known color: Charm. HEX triplet: C7, 75 and 7B. RGB value is (199,117,123). Sum of RGB (Red+Green+Blue) = 199+117+123=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7757B is #388A84. Grayscale: #8E8E8E. Windows color (decimal): -3705477 or 8091079. OLE color: 8091079.
HSL color Cylindrical-coordinate representation of color #C7757B: hue angle of 355.61º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7757B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 123 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.22 |
| HSL | 355.61º | 0.42% | 0.62% | - |
| HSV(B) | 355.61º | 0.41% | 0.78% | - |
| XYZ | 33.49 | 26.29 | 22.05 | - |
| YUV | 142.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 123 | 0 | 0.41 | 0.38 | 0.22 | 355.61 | 0.42 | 0.62 |
| Hex | C7 | 75 | 7B | 0 | 29 | 26 | 16 | 164 | 2A | 3E |
| Octal | 307 | 165 | 173 | 0 | 51 | 46 | 26 | 544 | 52 | 76 |
| Binary | 11000111 | 1110101 | 1111011 | 0 | 101001 | 100110 | 10110 | 101100100 | 101010 | 111110 |
Color Harmonies of #C7757B
Complementary color
Monochromatic Colors of #C7757B
Black with #C7757B
Text Example
Text Example
White with #C7757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7757B; }
p { color: rgb(199,117,123); }
H1.HeaderClassName
{
color: #C7757B;
}
.AnyTagClassName
{
color: #C7757B;
}
</style>
background-color css
<style>
a { background-color: #C7757B; }
a { background-color: rgb(199,117,123); }
div.DivClassName
{
background-color: #C7757B;
}
.BgClassName
{
background-color: #C7757B;
}
</style>
border-color css
<style>
span { border-color: #C7757B; }
span { border-color: rgb(199,117,123); }
td.TdClassName
{
border-color: #C7757B;
}
.TagClassName
{
border-color: #C7757B;
}
</style>