Shades of Charm #C87284
Tints of Charm #C87284
RGB
CMYK
RGB Variations
Color information
#C87284 (or 0xC87284) is known color: Charm. HEX triplet: C8, 72 and 84. RGB value is (200,114,132). Sum of RGB (Red+Green+Blue) = 200+114+132=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87284 is #378D7B. Grayscale: #8D8D8D. Windows color (decimal): -3640700 or 8680136. OLE color: 8680136.
HSL color Cylindrical-coordinate representation of color #C87284: hue angle of 347.44º 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 #C87284 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 132 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.22 |
| HSL | 347.44º | 0.44% | 0.62% | - |
| HSV(B) | 347.44º | 0.43% | 0.78% | - |
| XYZ | 34 | 25.98 | 25.05 | - |
| YUV | 141.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 132 | 0 | 0.43 | 0.34 | 0.22 | 347.44 | 0.44 | 0.62 |
| Hex | C8 | 72 | 84 | 0 | 2B | 22 | 16 | 15B | 2C | 3E |
| Octal | 310 | 162 | 204 | 0 | 53 | 42 | 26 | 533 | 54 | 76 |
| Binary | 11001000 | 1110010 | 10000100 | 0 | 101011 | 100010 | 10110 | 101011011 | 101100 | 111110 |
Color Harmonies of #C87284
Complementary color
Monochromatic Colors of #C87284
Black with #C87284
Text Example
Text Example
White with #C87284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87284; }
p { color: rgb(200,114,132); }
H1.HeaderClassName
{
color: #C87284;
}
.AnyTagClassName
{
color: #C87284;
}
</style>
background-color css
<style>
a { background-color: #C87284; }
a { background-color: rgb(200,114,132); }
div.DivClassName
{
background-color: #C87284;
}
.BgClassName
{
background-color: #C87284;
}
</style>
border-color css
<style>
span { border-color: #C87284; }
span { border-color: rgb(200,114,132); }
td.TdClassName
{
border-color: #C87284;
}
.TagClassName
{
border-color: #C87284;
}
</style>