Shades of Charm #C8768F
Tints of Charm #C8768F
RGB
CMYK
RGB Variations
Color information
#C8768F (or 0xC8768F) is known color: Charm. HEX triplet: C8, 76 and 8F. RGB value is (200,118,143). Sum of RGB (Red+Green+Blue) = 200+118+143=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8768F is #378970. Grayscale: #919191. Windows color (decimal): -3639665 or 9402056. OLE color: 9402056.
HSL color Cylindrical-coordinate representation of color #C8768F: hue angle of 341.71º 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 #C8768F is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 143 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.22 |
| HSL | 341.71º | 0.43% | 0.62% | - |
| HSV(B) | 341.71º | 0.41% | 0.78% | - |
| XYZ | 35.26 | 27.22 | 29.38 | - |
| YUV | 145.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 143 | 0 | 0.41 | 0.28 | 0.22 | 341.71 | 0.43 | 0.62 |
| Hex | C8 | 76 | 8F | 0 | 29 | 1C | 16 | 156 | 2B | 3E |
| Octal | 310 | 166 | 217 | 0 | 51 | 34 | 26 | 526 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10001111 | 0 | 101001 | 11100 | 10110 | 101010110 | 101011 | 111110 |
Color Harmonies of #C8768F
Complementary color
Monochromatic Colors of #C8768F
Black with #C8768F
Text Example
Text Example
White with #C8768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8768F; }
p { color: rgb(200,118,143); }
H1.HeaderClassName
{
color: #C8768F;
}
.AnyTagClassName
{
color: #C8768F;
}
</style>
background-color css
<style>
a { background-color: #C8768F; }
a { background-color: rgb(200,118,143); }
div.DivClassName
{
background-color: #C8768F;
}
.BgClassName
{
background-color: #C8768F;
}
</style>
border-color css
<style>
span { border-color: #C8768F; }
span { border-color: rgb(200,118,143); }
td.TdClassName
{
border-color: #C8768F;
}
.TagClassName
{
border-color: #C8768F;
}
</style>