Shades of Charm #C8727F
Tints of Charm #C8727F
RGB
CMYK
RGB Variations
Color information
#C8727F (or 0xC8727F) is known color: Charm. HEX triplet: C8, 72 and 7F. RGB value is (200,114,127). Sum of RGB (Red+Green+Blue) = 200+114+127=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8727F is #378D80. Grayscale: #8D8D8D. Windows color (decimal): -3640705 or 8352456. OLE color: 8352456.
HSL color Cylindrical-coordinate representation of color #C8727F: hue angle of 350.93º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8727F is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 127 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.22 |
| HSL | 350.93º | 0.44% | 0.62% | - |
| HSV(B) | 350.93º | 0.43% | 0.78% | - |
| XYZ | 33.67 | 25.85 | 23.29 | - |
| YUV | 141.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 127 | 0 | 0.43 | 0.36 | 0.22 | 350.93 | 0.44 | 0.62 |
| Hex | C8 | 72 | 7F | 0 | 2B | 24 | 16 | 15F | 2C | 3E |
| Octal | 310 | 162 | 177 | 0 | 53 | 44 | 26 | 537 | 54 | 76 |
| Binary | 11001000 | 1110010 | 1111111 | 0 | 101011 | 100100 | 10110 | 101011111 | 101100 | 111110 |
Color Harmonies of #C8727F
Complementary color
Monochromatic Colors of #C8727F
Black with #C8727F
Text Example
Text Example
White with #C8727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8727F; }
p { color: rgb(200,114,127); }
H1.HeaderClassName
{
color: #C8727F;
}
.AnyTagClassName
{
color: #C8727F;
}
</style>
background-color css
<style>
a { background-color: #C8727F; }
a { background-color: rgb(200,114,127); }
div.DivClassName
{
background-color: #C8727F;
}
.BgClassName
{
background-color: #C8727F;
}
</style>
border-color css
<style>
span { border-color: #C8727F; }
span { border-color: rgb(200,114,127); }
td.TdClassName
{
border-color: #C8727F;
}
.TagClassName
{
border-color: #C8727F;
}
</style>