Shades of Charm #C8808D
Tints of Charm #C8808D
RGB
CMYK
RGB Variations
Color information
#C8808D (or 0xC8808D) is known color: Charm. HEX triplet: C8, 80 and 8D. RGB value is (200,128,141). Sum of RGB (Red+Green+Blue) = 200+128+141=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808D is #377F72. Grayscale: #979797. Windows color (decimal): -3637107 or 9273544. OLE color: 9273544.
HSL color Cylindrical-coordinate representation of color #C8808D: hue angle of 349.17º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C8808D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 141 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.22 |
| HSL | 349.17º | 0.4% | 0.64% | - |
| HSV(B) | 349.17º | 0.36% | 0.78% | - |
| XYZ | 36.35 | 29.64 | 29 | - |
| YUV | 151.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 141 | 0 | 0.36 | 0.29 | 0.22 | 349.17 | 0.4 | 0.64 |
| Hex | C8 | 80 | 8D | 0 | 24 | 1D | 16 | 15D | 28 | 40 |
| Octal | 310 | 200 | 215 | 0 | 44 | 35 | 26 | 535 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10001101 | 0 | 100100 | 11101 | 10110 | 101011101 | 101000 | 1000000 |
Color Harmonies of #C8808D
Complementary color
Monochromatic Colors of #C8808D
Black with #C8808D
Text Example
Text Example
White with #C8808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8808D; }
p { color: rgb(200,128,141); }
H1.HeaderClassName
{
color: #C8808D;
}
.AnyTagClassName
{
color: #C8808D;
}
</style>
background-color css
<style>
a { background-color: #C8808D; }
a { background-color: rgb(200,128,141); }
div.DivClassName
{
background-color: #C8808D;
}
.BgClassName
{
background-color: #C8808D;
}
</style>
border-color css
<style>
span { border-color: #C8808D; }
span { border-color: rgb(200,128,141); }
td.TdClassName
{
border-color: #C8808D;
}
.TagClassName
{
border-color: #C8808D;
}
</style>