Shades of Charm #C8768E
Tints of Charm #C8768E
RGB
CMYK
RGB Variations
Color information
#C8768E (or 0xC8768E) is known color: Charm. HEX triplet: C8, 76 and 8E. RGB value is (200,118,142). Sum of RGB (Red+Green+Blue) = 200+118+142=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768E is #378971. Grayscale: #919191. Windows color (decimal): -3639666 or 9336520. OLE color: 9336520.
HSL color Cylindrical-coordinate representation of color #C8768E: hue angle of 342.44º 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 #C8768E is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 142 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.22 |
| HSL | 342.44º | 0.43% | 0.62% | - |
| HSV(B) | 342.44º | 0.41% | 0.78% | - |
| XYZ | 35.18 | 27.19 | 28.99 | - |
| YUV | 145.25 | 126.17 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 142 | 0 | 0.41 | 0.29 | 0.22 | 342.44 | 0.43 | 0.62 |
| Hex | C8 | 76 | 8E | 0 | 29 | 1D | 16 | 156 | 2B | 3E |
| Octal | 310 | 166 | 216 | 0 | 51 | 35 | 26 | 526 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10001110 | 0 | 101001 | 11101 | 10110 | 101010110 | 101011 | 111110 |
Color Harmonies of #C8768E
Complementary color
Monochromatic Colors of #C8768E
Black with #C8768E
Text Example
Text Example
White with #C8768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8768E; }
p { color: rgb(200,118,142); }
H1.HeaderClassName
{
color: #C8768E;
}
.AnyTagClassName
{
color: #C8768E;
}
</style>
background-color css
<style>
a { background-color: #C8768E; }
a { background-color: rgb(200,118,142); }
div.DivClassName
{
background-color: #C8768E;
}
.BgClassName
{
background-color: #C8768E;
}
</style>
border-color css
<style>
span { border-color: #C8768E; }
span { border-color: rgb(200,118,142); }
td.TdClassName
{
border-color: #C8768E;
}
.TagClassName
{
border-color: #C8768E;
}
</style>