Shades of Charm #C86985
Tints of Charm #C86985
RGB
CMYK
RGB Variations
Color information
#C86985 (or 0xC86985) is known color: Charm. HEX triplet: C8, 69 and 85. RGB value is (200,105,133). Sum of RGB (Red+Green+Blue) = 200+105+133=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C86985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86985 is #37967A. Grayscale: #888888. Windows color (decimal): -3643003 or 8743368. OLE color: 8743368.
HSL color Cylindrical-coordinate representation of color #C86985: hue angle of 342.32º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86985 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 133 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 342.32º | 0.46% | 0.6% | - |
| HSV(B) | 342.32º | 0.48% | 0.78% | - |
| XYZ | 33.1 | 24.08 | 25.09 | - |
| YUV | 136.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 133 | 0 | 0.48 | 0.34 | 0.22 | 342.32 | 0.46 | 0.6 |
| Hex | C8 | 69 | 85 | 0 | 30 | 22 | 16 | 156 | 2E | 3C |
| Octal | 310 | 151 | 205 | 0 | 60 | 42 | 26 | 526 | 56 | 74 |
| Binary | 11001000 | 1101001 | 10000101 | 0 | 110000 | 100010 | 10110 | 101010110 | 101110 | 111100 |
Color Harmonies of #C86985
Complementary color
Monochromatic Colors of #C86985
Black with #C86985
Text Example
Text Example
White with #C86985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86985; }
p { color: rgb(200,105,133); }
H1.HeaderClassName
{
color: #C86985;
}
.AnyTagClassName
{
color: #C86985;
}
</style>
background-color css
<style>
a { background-color: #C86985; }
a { background-color: rgb(200,105,133); }
div.DivClassName
{
background-color: #C86985;
}
.BgClassName
{
background-color: #C86985;
}
</style>
border-color css
<style>
span { border-color: #C86985; }
span { border-color: rgb(200,105,133); }
td.TdClassName
{
border-color: #C86985;
}
.TagClassName
{
border-color: #C86985;
}
</style>