Shades of Charm #C7727D
Tints of Charm #C7727D
RGB
CMYK
RGB Variations
Color information
#C7727D (or 0xC7727D) is known color: Charm. HEX triplet: C7, 72 and 7D. RGB value is (199,114,125). Sum of RGB (Red+Green+Blue) = 199+114+125=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7727D is #388D82. Grayscale: #8C8C8C. Windows color (decimal): -3706243 or 8221383. OLE color: 8221383.
HSL color Cylindrical-coordinate representation of color #C7727D: hue angle of 352.24º 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 #C7727D is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 125 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.22 |
| HSL | 352.24º | 0.43% | 0.61% | - |
| HSV(B) | 352.24º | 0.43% | 0.78% | - |
| XYZ | 33.27 | 25.66 | 22.6 | - |
| YUV | 140.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 125 | 0 | 0.43 | 0.37 | 0.22 | 352.24 | 0.43 | 0.61 |
| Hex | C7 | 72 | 7D | 0 | 2B | 25 | 16 | 160 | 2B | 3D |
| Octal | 307 | 162 | 175 | 0 | 53 | 45 | 26 | 540 | 53 | 75 |
| Binary | 11000111 | 1110010 | 1111101 | 0 | 101011 | 100101 | 10110 | 101100000 | 101011 | 111101 |
Color Harmonies of #C7727D
Complementary color
Monochromatic Colors of #C7727D
Black with #C7727D
Text Example
Text Example
White with #C7727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7727D; }
p { color: rgb(199,114,125); }
H1.HeaderClassName
{
color: #C7727D;
}
.AnyTagClassName
{
color: #C7727D;
}
</style>
background-color css
<style>
a { background-color: #C7727D; }
a { background-color: rgb(199,114,125); }
div.DivClassName
{
background-color: #C7727D;
}
.BgClassName
{
background-color: #C7727D;
}
</style>
border-color css
<style>
span { border-color: #C7727D; }
span { border-color: rgb(199,114,125); }
td.TdClassName
{
border-color: #C7727D;
}
.TagClassName
{
border-color: #C7727D;
}
</style>