Shades of Charm #C77685
Tints of Charm #C77685
RGB
CMYK
RGB Variations
Color information
#C77685 (or 0xC77685) is known color: Charm. HEX triplet: C7, 76 and 85. RGB value is (199,118,133). Sum of RGB (Red+Green+Blue) = 199+118+133=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C77685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77685 is #38897A. Grayscale: #8F8F8F. Windows color (decimal): -3705211 or 8746695. OLE color: 8746695.
HSL color Cylindrical-coordinate representation of color #C77685: hue angle of 348.89º 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 #C77685 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 133 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.22 |
| HSL | 348.89º | 0.42% | 0.62% | - |
| HSV(B) | 348.89º | 0.41% | 0.78% | - |
| XYZ | 34.27 | 26.79 | 25.56 | - |
| YUV | 143.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 133 | 0 | 0.41 | 0.33 | 0.22 | 348.89 | 0.42 | 0.62 |
| Hex | C7 | 76 | 85 | 0 | 29 | 21 | 16 | 15D | 2A | 3E |
| Octal | 307 | 166 | 205 | 0 | 51 | 41 | 26 | 535 | 52 | 76 |
| Binary | 11000111 | 1110110 | 10000101 | 0 | 101001 | 100001 | 10110 | 101011101 | 101010 | 111110 |
Color Harmonies of #C77685
Complementary color
Monochromatic Colors of #C77685
Black with #C77685
Text Example
Text Example
White with #C77685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77685; }
p { color: rgb(199,118,133); }
H1.HeaderClassName
{
color: #C77685;
}
.AnyTagClassName
{
color: #C77685;
}
</style>
background-color css
<style>
a { background-color: #C77685; }
a { background-color: rgb(199,118,133); }
div.DivClassName
{
background-color: #C77685;
}
.BgClassName
{
background-color: #C77685;
}
</style>
border-color css
<style>
span { border-color: #C77685; }
span { border-color: rgb(199,118,133); }
td.TdClassName
{
border-color: #C77685;
}
.TagClassName
{
border-color: #C77685;
}
</style>