Shades of Charm #C86482
Tints of Charm #C86482
RGB
CMYK
RGB Variations
Color information
#C86482 (or 0xC86482) is known color: Charm. HEX triplet: C8, 64 and 82. RGB value is (200,100,130). Sum of RGB (Red+Green+Blue) = 200+100+130=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C86482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86482 is #379B7D. Grayscale: #858585. Windows color (decimal): -3644286 or 8545480. OLE color: 8545480.
HSL color Cylindrical-coordinate representation of color #C86482: hue angle of 342º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86482 is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 130 | - |
| CMYK | 0 | 0.5 | 0.35 | 0.22 |
| HSL | 342º | 0.48% | 0.59% | - |
| HSV(B) | 342º | 0.5% | 0.78% | - |
| XYZ | 32.41 | 23.01 | 23.85 | - |
| YUV | 133.32 | 126.13 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 130 | 0 | 0.5 | 0.35 | 0.22 | 342 | 0.48 | 0.59 |
| Hex | C8 | 64 | 82 | 0 | 32 | 23 | 16 | 156 | 30 | 3B |
| Octal | 310 | 144 | 202 | 0 | 62 | 43 | 26 | 526 | 60 | 73 |
| Binary | 11001000 | 1100100 | 10000010 | 0 | 110010 | 100011 | 10110 | 101010110 | 110000 | 111011 |
Color Harmonies of #C86482
Complementary color
Monochromatic Colors of #C86482
Black with #C86482
Text Example
Text Example
White with #C86482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86482; }
p { color: rgb(200,100,130); }
H1.HeaderClassName
{
color: #C86482;
}
.AnyTagClassName
{
color: #C86482;
}
</style>
background-color css
<style>
a { background-color: #C86482; }
a { background-color: rgb(200,100,130); }
div.DivClassName
{
background-color: #C86482;
}
.BgClassName
{
background-color: #C86482;
}
</style>
border-color css
<style>
span { border-color: #C86482; }
span { border-color: rgb(200,100,130); }
td.TdClassName
{
border-color: #C86482;
}
.TagClassName
{
border-color: #C86482;
}
</style>