Shades of Charm #C7728A
Tints of Charm #C7728A
RGB
CMYK
RGB Variations
Color information
#C7728A (or 0xC7728A) is known color: Charm. HEX triplet: C7, 72 and 8A. RGB value is (199,114,138). Sum of RGB (Red+Green+Blue) = 199+114+138=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C7728A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7728A is #388D75. Grayscale: #8E8E8E. Windows color (decimal): -3706230 or 9073351. OLE color: 9073351.
HSL color Cylindrical-coordinate representation of color #C7728A: hue angle of 343.06º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7728A is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 138 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.22 |
| HSL | 343.06º | 0.43% | 0.61% | - |
| HSV(B) | 343.06º | 0.43% | 0.78% | - |
| XYZ | 34.16 | 26.01 | 27.27 | - |
| YUV | 142.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 138 | 0 | 0.43 | 0.31 | 0.22 | 343.06 | 0.43 | 0.61 |
| Hex | C7 | 72 | 8A | 0 | 2B | 1F | 16 | 157 | 2B | 3D |
| Octal | 307 | 162 | 212 | 0 | 53 | 37 | 26 | 527 | 53 | 75 |
| Binary | 11000111 | 1110010 | 10001010 | 0 | 101011 | 11111 | 10110 | 101010111 | 101011 | 111101 |
Color Harmonies of #C7728A
Complementary color
Monochromatic Colors of #C7728A
Black with #C7728A
Text Example
Text Example
White with #C7728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7728A; }
p { color: rgb(199,114,138); }
H1.HeaderClassName
{
color: #C7728A;
}
.AnyTagClassName
{
color: #C7728A;
}
</style>
background-color css
<style>
a { background-color: #C7728A; }
a { background-color: rgb(199,114,138); }
div.DivClassName
{
background-color: #C7728A;
}
.BgClassName
{
background-color: #C7728A;
}
</style>
border-color css
<style>
span { border-color: #C7728A; }
span { border-color: rgb(199,114,138); }
td.TdClassName
{
border-color: #C7728A;
}
.TagClassName
{
border-color: #C7728A;
}
</style>