Shades of Charm #C88287
Tints of Charm #C88287
RGB
CMYK
RGB Variations
Color information
#C88287 (or 0xC88287) is known color: Charm. HEX triplet: C8, 82 and 87. RGB value is (200,130,135). Sum of RGB (Red+Green+Blue) = 200+130+135=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88287 is #377D78. Grayscale: #979797. Windows color (decimal): -3636601 or 8880840. OLE color: 8880840.
HSL color Cylindrical-coordinate representation of color #C88287: hue angle of 355.71º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88287 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 135 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.22 |
| HSL | 355.71º | 0.39% | 0.65% | - |
| HSV(B) | 355.71º | 0.35% | 0.78% | - |
| XYZ | 36.18 | 29.99 | 26.8 | - |
| YUV | 151.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 135 | 0 | 0.35 | 0.32 | 0.22 | 355.71 | 0.39 | 0.65 |
| Hex | C8 | 82 | 87 | 0 | 23 | 20 | 16 | 164 | 27 | 41 |
| Octal | 310 | 202 | 207 | 0 | 43 | 40 | 26 | 544 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10000111 | 0 | 100011 | 100000 | 10110 | 101100100 | 100111 | 1000001 |
Color Harmonies of #C88287
Complementary color
Monochromatic Colors of #C88287
Black with #C88287
Text Example
Text Example
White with #C88287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88287; }
p { color: rgb(200,130,135); }
H1.HeaderClassName
{
color: #C88287;
}
.AnyTagClassName
{
color: #C88287;
}
</style>
background-color css
<style>
a { background-color: #C88287; }
a { background-color: rgb(200,130,135); }
div.DivClassName
{
background-color: #C88287;
}
.BgClassName
{
background-color: #C88287;
}
</style>
border-color css
<style>
span { border-color: #C88287; }
span { border-color: rgb(200,130,135); }
td.TdClassName
{
border-color: #C88287;
}
.TagClassName
{
border-color: #C88287;
}
</style>