Shades of Charm #C77075
Tints of Charm #C77075
RGB
CMYK
RGB Variations
Color information
#C77075 (or 0xC77075) is known color: Charm. HEX triplet: C7, 70 and 75. RGB value is (199,112,117). Sum of RGB (Red+Green+Blue) = 199+112+117=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77075 is #388F8A. Grayscale: #8A8A8A. Windows color (decimal): -3706763 or 7696583. OLE color: 7696583.
HSL color Cylindrical-coordinate representation of color #C77075: hue angle of 356.55º 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 #C77075 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 117 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.22 |
| HSL | 356.55º | 0.44% | 0.61% | - |
| HSV(B) | 356.55º | 0.44% | 0.78% | - |
| XYZ | 32.56 | 25.01 | 19.94 | - |
| YUV | 138.58 | 115.82 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 117 | 0 | 0.44 | 0.41 | 0.22 | 356.55 | 0.44 | 0.61 |
| Hex | C7 | 70 | 75 | 0 | 2C | 29 | 16 | 165 | 2C | 3D |
| Octal | 307 | 160 | 165 | 0 | 54 | 51 | 26 | 545 | 54 | 75 |
| Binary | 11000111 | 1110000 | 1110101 | 0 | 101100 | 101001 | 10110 | 101100101 | 101100 | 111101 |
Color Harmonies of #C77075
Complementary color
Monochromatic Colors of #C77075
Black with #C77075
Text Example
Text Example
White with #C77075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77075; }
p { color: rgb(199,112,117); }
H1.HeaderClassName
{
color: #C77075;
}
.AnyTagClassName
{
color: #C77075;
}
</style>
background-color css
<style>
a { background-color: #C77075; }
a { background-color: rgb(199,112,117); }
div.DivClassName
{
background-color: #C77075;
}
.BgClassName
{
background-color: #C77075;
}
</style>
border-color css
<style>
span { border-color: #C77075; }
span { border-color: rgb(199,112,117); }
td.TdClassName
{
border-color: #C77075;
}
.TagClassName
{
border-color: #C77075;
}
</style>