Shades of Charm #C88081
Tints of Charm #C88081
RGB
CMYK
RGB Variations
Color information
#C88081 (or 0xC88081) is known color: Charm. HEX triplet: C8, 80 and 81. RGB value is (200,128,129). Sum of RGB (Red+Green+Blue) = 200+128+129=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C88081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88081 is #377F7E. Grayscale: #959595. Windows color (decimal): -3637119 or 8487112. OLE color: 8487112.
HSL color Cylindrical-coordinate representation of color #C88081: hue angle of 359.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 #C88081 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 128 | 129 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.22 |
| HSL | 359.17º | 0.4% | 0.64% | - |
| HSV(B) | 359.17º | 0.36% | 0.78% | - |
| XYZ | 35.5 | 29.3 | 24.55 | - |
| YUV | 149.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 129 | 0 | 0.36 | 0.36 | 0.22 | 359.17 | 0.4 | 0.64 |
| Hex | C8 | 80 | 81 | 0 | 24 | 24 | 16 | 167 | 28 | 40 |
| Octal | 310 | 200 | 201 | 0 | 44 | 44 | 26 | 547 | 50 | 100 |
| Binary | 11001000 | 10000000 | 10000001 | 0 | 100100 | 100100 | 10110 | 101100111 | 101000 | 1000000 |
Color Harmonies of #C88081
Complementary color
Monochromatic Colors of #C88081
Black with #C88081
Text Example
Text Example
White with #C88081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88081; }
p { color: rgb(200,128,129); }
H1.HeaderClassName
{
color: #C88081;
}
.AnyTagClassName
{
color: #C88081;
}
</style>
background-color css
<style>
a { background-color: #C88081; }
a { background-color: rgb(200,128,129); }
div.DivClassName
{
background-color: #C88081;
}
.BgClassName
{
background-color: #C88081;
}
</style>
border-color css
<style>
span { border-color: #C88081; }
span { border-color: rgb(200,128,129); }
td.TdClassName
{
border-color: #C88081;
}
.TagClassName
{
border-color: #C88081;
}
</style>