Shades of Charm #C8767F
Tints of Charm #C8767F
RGB
CMYK
RGB Variations
Color information
#C8767F (or 0xC8767F) is known color: Charm. HEX triplet: C8, 76 and 7F. RGB value is (200,118,127). Sum of RGB (Red+Green+Blue) = 200+118+127=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8767F is #378980. Grayscale: #8F8F8F. Windows color (decimal): -3639681 or 8353480. OLE color: 8353480.
HSL color Cylindrical-coordinate representation of color #C8767F: hue angle of 353.41º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8767F is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 127 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.22 |
| HSL | 353.41º | 0.43% | 0.62% | - |
| HSV(B) | 353.41º | 0.41% | 0.78% | - |
| XYZ | 34.13 | 26.77 | 23.45 | - |
| YUV | 143.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 127 | 0 | 0.41 | 0.36 | 0.22 | 353.41 | 0.43 | 0.62 |
| Hex | C8 | 76 | 7F | 0 | 29 | 24 | 16 | 161 | 2B | 3E |
| Octal | 310 | 166 | 177 | 0 | 51 | 44 | 26 | 541 | 53 | 76 |
| Binary | 11001000 | 1110110 | 1111111 | 0 | 101001 | 100100 | 10110 | 101100001 | 101011 | 111110 |
Color Harmonies of #C8767F
Complementary color
Monochromatic Colors of #C8767F
Black with #C8767F
Text Example
Text Example
White with #C8767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8767F; }
p { color: rgb(200,118,127); }
H1.HeaderClassName
{
color: #C8767F;
}
.AnyTagClassName
{
color: #C8767F;
}
</style>
background-color css
<style>
a { background-color: #C8767F; }
a { background-color: rgb(200,118,127); }
div.DivClassName
{
background-color: #C8767F;
}
.BgClassName
{
background-color: #C8767F;
}
</style>
border-color css
<style>
span { border-color: #C8767F; }
span { border-color: rgb(200,118,127); }
td.TdClassName
{
border-color: #C8767F;
}
.TagClassName
{
border-color: #C8767F;
}
</style>