Shades of Charm #C77077
Tints of Charm #C77077
RGB
CMYK
RGB Variations
Color information
#C77077 (or 0xC77077) is known color: Charm. HEX triplet: C7, 70 and 77. RGB value is (199,112,119). Sum of RGB (Red+Green+Blue) = 199+112+119=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C77077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77077 is #388F88. Grayscale: #8A8A8A. Windows color (decimal): -3706761 or 7827655. OLE color: 7827655.
HSL color Cylindrical-coordinate representation of color #C77077: hue angle of 355.17º 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 #C77077 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 119 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.22 |
| HSL | 355.17º | 0.44% | 0.61% | - |
| HSV(B) | 355.17º | 0.44% | 0.78% | - |
| XYZ | 32.68 | 25.06 | 20.57 | - |
| YUV | 138.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 119 | 0 | 0.44 | 0.40 | 0.22 | 355.17 | 0.44 | 0.61 |
| Hex | C7 | 70 | 77 | 0 | 2C | 28 | 16 | 163 | 2C | 3D |
| Octal | 307 | 160 | 167 | 0 | 54 | 50 | 26 | 543 | 54 | 75 |
| Binary | 11000111 | 1110000 | 1110111 | 0 | 101100 | 101000 | 10110 | 101100011 | 101100 | 111101 |
Color Harmonies of #C77077
Complementary color
Monochromatic Colors of #C77077
Black with #C77077
Text Example
Text Example
White with #C77077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77077; }
p { color: rgb(199,112,119); }
H1.HeaderClassName
{
color: #C77077;
}
.AnyTagClassName
{
color: #C77077;
}
</style>
background-color css
<style>
a { background-color: #C77077; }
a { background-color: rgb(199,112,119); }
div.DivClassName
{
background-color: #C77077;
}
.BgClassName
{
background-color: #C77077;
}
</style>
border-color css
<style>
span { border-color: #C77077; }
span { border-color: rgb(199,112,119); }
td.TdClassName
{
border-color: #C77077;
}
.TagClassName
{
border-color: #C77077;
}
</style>