Shades of Charm #C77085
Tints of Charm #C77085
RGB
CMYK
RGB Variations
Color information
#C77085 (or 0xC77085) is known color: Charm. HEX triplet: C7, 70 and 85. RGB value is (199,112,133). Sum of RGB (Red+Green+Blue) = 199+112+133=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C77085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77085 is #388F7A. Grayscale: #8C8C8C. Windows color (decimal): -3706747 or 8745159. OLE color: 8745159.
HSL color Cylindrical-coordinate representation of color #C77085: hue angle of 345.52º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77085 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 133 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.22 |
| HSL | 345.52º | 0.44% | 0.61% | - |
| HSV(B) | 345.52º | 0.44% | 0.78% | - |
| XYZ | 33.58 | 25.42 | 25.33 | - |
| YUV | 140.41 | 123.82 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 133 | 0 | 0.44 | 0.33 | 0.22 | 345.52 | 0.44 | 0.61 |
| Hex | C7 | 70 | 85 | 0 | 2C | 21 | 16 | 15A | 2C | 3D |
| Octal | 307 | 160 | 205 | 0 | 54 | 41 | 26 | 532 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10000101 | 0 | 101100 | 100001 | 10110 | 101011010 | 101100 | 111101 |
Color Harmonies of #C77085
Complementary color
Monochromatic Colors of #C77085
Black with #C77085
Text Example
Text Example
White with #C77085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77085; }
p { color: rgb(199,112,133); }
H1.HeaderClassName
{
color: #C77085;
}
.AnyTagClassName
{
color: #C77085;
}
</style>
background-color css
<style>
a { background-color: #C77085; }
a { background-color: rgb(199,112,133); }
div.DivClassName
{
background-color: #C77085;
}
.BgClassName
{
background-color: #C77085;
}
</style>
border-color css
<style>
span { border-color: #C77085; }
span { border-color: rgb(199,112,133); }
td.TdClassName
{
border-color: #C77085;
}
.TagClassName
{
border-color: #C77085;
}
</style>