Shades of Charm #C86785
Tints of Charm #C86785
RGB
CMYK
RGB Variations
Color information
#C86785 (or 0xC86785) is known color: Charm. HEX triplet: C8, 67 and 85. RGB value is (200,103,133). Sum of RGB (Red+Green+Blue) = 200+103+133=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C86785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86785 is #37987A. Grayscale: #878787. Windows color (decimal): -3643515 or 8742856. OLE color: 8742856.
HSL color Cylindrical-coordinate representation of color #C86785: hue angle of 341.44º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C86785 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 133 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 341.44º | 0.47% | 0.59% | - |
| HSV(B) | 341.44º | 0.49% | 0.78% | - |
| XYZ | 32.9 | 23.67 | 25.03 | - |
| YUV | 135.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 133 | 0 | 0.48 | 0.34 | 0.22 | 341.44 | 0.47 | 0.59 |
| Hex | C8 | 67 | 85 | 0 | 30 | 22 | 16 | 155 | 2F | 3B |
| Octal | 310 | 147 | 205 | 0 | 60 | 42 | 26 | 525 | 57 | 73 |
| Binary | 11001000 | 1100111 | 10000101 | 0 | 110000 | 100010 | 10110 | 101010101 | 101111 | 111011 |
Color Harmonies of #C86785
Complementary color
Monochromatic Colors of #C86785
Black with #C86785
Text Example
Text Example
White with #C86785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86785; }
p { color: rgb(200,103,133); }
H1.HeaderClassName
{
color: #C86785;
}
.AnyTagClassName
{
color: #C86785;
}
</style>
background-color css
<style>
a { background-color: #C86785; }
a { background-color: rgb(200,103,133); }
div.DivClassName
{
background-color: #C86785;
}
.BgClassName
{
background-color: #C86785;
}
</style>
border-color css
<style>
span { border-color: #C86785; }
span { border-color: rgb(200,103,133); }
td.TdClassName
{
border-color: #C86785;
}
.TagClassName
{
border-color: #C86785;
}
</style>