Shades of Charm #C8808C
Tints of Charm #C8808C
RGB
CMYK
RGB Variations
Color information
#C8808C (or 0xC8808C) is known color: Charm. HEX triplet: C8, 80 and 8C. RGB value is (200,128,140). Sum of RGB (Red+Green+Blue) = 200+128+140=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808C is #377F73. Grayscale: #969696. Windows color (decimal): -3637108 or 9208008. OLE color: 9208008.
HSL color Cylindrical-coordinate representation of color #C8808C: hue angle of 350º 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 #C8808C is Cyan = 0, Magento = 0.36, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 140 | - |
| CMYK | 0 | 0.36 | 0.3 | 0.22 |
| HSL | 350º | 0.4% | 0.64% | - |
| HSV(B) | 350º | 0.36% | 0.78% | - |
| XYZ | 36.27 | 29.61 | 28.61 | - |
| YUV | 150.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 140 | 0 | 0.36 | 0.3 | 0.22 | 350 | 0.4 | 0.64 |
| Hex | C8 | 80 | 8C | 0 | 24 | 1E | 16 | 15E | 28 | 40 |
| Octal | 310 | 200 | 214 | 0 | 44 | 36 | 26 | 536 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10001100 | 0 | 100100 | 11110 | 10110 | 101011110 | 101000 | 1000000 |
Color Harmonies of #C8808C
Complementary color
Monochromatic Colors of #C8808C
Black with #C8808C
Text Example
Text Example
White with #C8808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8808C; }
p { color: rgb(200,128,140); }
H1.HeaderClassName
{
color: #C8808C;
}
.AnyTagClassName
{
color: #C8808C;
}
</style>
background-color css
<style>
a { background-color: #C8808C; }
a { background-color: rgb(200,128,140); }
div.DivClassName
{
background-color: #C8808C;
}
.BgClassName
{
background-color: #C8808C;
}
</style>
border-color css
<style>
span { border-color: #C8808C; }
span { border-color: rgb(200,128,140); }
td.TdClassName
{
border-color: #C8808C;
}
.TagClassName
{
border-color: #C8808C;
}
</style>