Shades of Charm #C7727B
Tints of Charm #C7727B
RGB
CMYK
RGB Variations
Color information
#C7727B (or 0xC7727B) is known color: Charm. HEX triplet: C7, 72 and 7B. RGB value is (199,114,123). Sum of RGB (Red+Green+Blue) = 199+114+123=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7727B is #388D84. Grayscale: #8C8C8C. Windows color (decimal): -3706245 or 8090311. OLE color: 8090311.
HSL color Cylindrical-coordinate representation of color #C7727B: hue angle of 353.65º 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 #C7727B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 123 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.22 |
| HSL | 353.65º | 0.43% | 0.61% | - |
| HSV(B) | 353.65º | 0.43% | 0.78% | - |
| XYZ | 33.15 | 25.61 | 21.93 | - |
| YUV | 140.44 | 118.16 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 123 | 0 | 0.43 | 0.38 | 0.22 | 353.65 | 0.43 | 0.61 |
| Hex | C7 | 72 | 7B | 0 | 2B | 26 | 16 | 162 | 2B | 3D |
| Octal | 307 | 162 | 173 | 0 | 53 | 46 | 26 | 542 | 53 | 75 |
| Binary | 11000111 | 1110010 | 1111011 | 0 | 101011 | 100110 | 10110 | 101100010 | 101011 | 111101 |
Color Harmonies of #C7727B
Complementary color
Monochromatic Colors of #C7727B
Black with #C7727B
Text Example
Text Example
White with #C7727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7727B; }
p { color: rgb(199,114,123); }
H1.HeaderClassName
{
color: #C7727B;
}
.AnyTagClassName
{
color: #C7727B;
}
</style>
background-color css
<style>
a { background-color: #C7727B; }
a { background-color: rgb(199,114,123); }
div.DivClassName
{
background-color: #C7727B;
}
.BgClassName
{
background-color: #C7727B;
}
</style>
border-color css
<style>
span { border-color: #C7727B; }
span { border-color: rgb(199,114,123); }
td.TdClassName
{
border-color: #C7727B;
}
.TagClassName
{
border-color: #C7727B;
}
</style>