Shades of Charm #C87685
Tints of Charm #C87685
RGB
CMYK
RGB Variations
Color information
#C87685 (or 0xC87685) is known color: Charm. HEX triplet: C8, 76 and 85. RGB value is (200,118,133). Sum of RGB (Red+Green+Blue) = 200+118+133=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C87685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87685 is #37897A. Grayscale: #909090. Windows color (decimal): -3639675 or 8746696. OLE color: 8746696.
HSL color Cylindrical-coordinate representation of color #C87685: hue angle of 349.02º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87685 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 133 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.22 |
| HSL | 349.02º | 0.43% | 0.62% | - |
| HSV(B) | 349.02º | 0.41% | 0.78% | - |
| XYZ | 34.53 | 26.93 | 25.57 | - |
| YUV | 144.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 133 | 0 | 0.41 | 0.34 | 0.22 | 349.02 | 0.43 | 0.62 |
| Hex | C8 | 76 | 85 | 0 | 29 | 22 | 16 | 15D | 2B | 3E |
| Octal | 310 | 166 | 205 | 0 | 51 | 42 | 26 | 535 | 53 | 76 |
| Binary | 11001000 | 1110110 | 10000101 | 0 | 101001 | 100010 | 10110 | 101011101 | 101011 | 111110 |
Color Harmonies of #C87685
Complementary color
Monochromatic Colors of #C87685
Black with #C87685
Text Example
Text Example
White with #C87685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87685; }
p { color: rgb(200,118,133); }
H1.HeaderClassName
{
color: #C87685;
}
.AnyTagClassName
{
color: #C87685;
}
</style>
background-color css
<style>
a { background-color: #C87685; }
a { background-color: rgb(200,118,133); }
div.DivClassName
{
background-color: #C87685;
}
.BgClassName
{
background-color: #C87685;
}
</style>
border-color css
<style>
span { border-color: #C87685; }
span { border-color: rgb(200,118,133); }
td.TdClassName
{
border-color: #C87685;
}
.TagClassName
{
border-color: #C87685;
}
</style>