Shades of Charm #C87281
Tints of Charm #C87281
RGB
CMYK
RGB Variations
Color information
#C87281 (or 0xC87281) is known color: Charm. HEX triplet: C8, 72 and 81. RGB value is (200,114,129). Sum of RGB (Red+Green+Blue) = 200+114+129=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C87281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87281 is #378D7E. Grayscale: #8D8D8D. Windows color (decimal): -3640703 or 8483528. OLE color: 8483528.
HSL color Cylindrical-coordinate representation of color #C87281: hue angle of 349.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87281 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 129 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.22 |
| HSL | 349.53º | 0.44% | 0.62% | - |
| HSV(B) | 349.53º | 0.43% | 0.78% | - |
| XYZ | 33.8 | 25.9 | 23.99 | - |
| YUV | 141.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 129 | 0 | 0.43 | 0.36 | 0.22 | 349.53 | 0.44 | 0.62 |
| Hex | C8 | 72 | 81 | 0 | 2B | 24 | 16 | 15E | 2C | 3E |
| Octal | 310 | 162 | 201 | 0 | 53 | 44 | 26 | 536 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10000001 | 0 | 101011 | 100100 | 10110 | 101011110 | 101100 | 111110 |
Color Harmonies of #C87281
Complementary color
Monochromatic Colors of #C87281
Black with #C87281
Text Example
Text Example
White with #C87281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87281; }
p { color: rgb(200,114,129); }
H1.HeaderClassName
{
color: #C87281;
}
.AnyTagClassName
{
color: #C87281;
}
</style>
background-color css
<style>
a { background-color: #C87281; }
a { background-color: rgb(200,114,129); }
div.DivClassName
{
background-color: #C87281;
}
.BgClassName
{
background-color: #C87281;
}
</style>
border-color css
<style>
span { border-color: #C87281; }
span { border-color: rgb(200,114,129); }
td.TdClassName
{
border-color: #C87281;
}
.TagClassName
{
border-color: #C87281;
}
</style>