Shades of Charm #C86B85
Tints of Charm #C86B85
RGB
CMYK
RGB Variations
Color information
#C86B85 (or 0xC86B85) is known color: Charm. HEX triplet: C8, 6B and 85. RGB value is (200,107,133). Sum of RGB (Red+Green+Blue) = 200+107+133=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86B85 is #37947A. Grayscale: #898989. Windows color (decimal): -3642491 or 8743880. OLE color: 8743880.
HSL color Cylindrical-coordinate representation of color #C86B85: hue angle of 343.23º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86B85 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 133 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.22 |
| HSL | 343.23º | 0.46% | 0.6% | - |
| HSV(B) | 343.23º | 0.47% | 0.78% | - |
| XYZ | 33.31 | 24.49 | 25.16 | - |
| YUV | 137.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 133 | 0 | 0.46 | 0.34 | 0.22 | 343.23 | 0.46 | 0.6 |
| Hex | C8 | 6B | 85 | 0 | 2E | 22 | 16 | 157 | 2E | 3C |
| Octal | 310 | 153 | 205 | 0 | 56 | 42 | 26 | 527 | 56 | 74 |
| Binary | 11001000 | 1101011 | 10000101 | 0 | 101110 | 100010 | 10110 | 101010111 | 101110 | 111100 |
Color Harmonies of #C86B85
Complementary color
Monochromatic Colors of #C86B85
Black with #C86B85
Text Example
Text Example
White with #C86B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B85; }
p { color: rgb(200,107,133); }
H1.HeaderClassName
{
color: #C86B85;
}
.AnyTagClassName
{
color: #C86B85;
}
</style>
background-color css
<style>
a { background-color: #C86B85; }
a { background-color: rgb(200,107,133); }
div.DivClassName
{
background-color: #C86B85;
}
.BgClassName
{
background-color: #C86B85;
}
</style>
border-color css
<style>
span { border-color: #C86B85; }
span { border-color: rgb(200,107,133); }
td.TdClassName
{
border-color: #C86B85;
}
.TagClassName
{
border-color: #C86B85;
}
</style>