Shades of Hopbush #C86C93
Tints of Hopbush #C86C93
RGB
CMYK
RGB Variations
Color information
#C86C93 (or 0xC86C93) is known color: Hopbush. HEX triplet: C8, 6C and 93. RGB value is (200,108,147). Sum of RGB (Red+Green+Blue) = 200+108+147=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C86C93 is #37936C. Grayscale: #8B8B8B. Windows color (decimal): -3642221 or 9661640. OLE color: 9661640.
HSL color Cylindrical-coordinate representation of color #C86C93: hue angle of 334.57º 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 #C86C93 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 147 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.22 |
| HSL | 334.57º | 0.46% | 0.6% | - |
| HSV(B) | 334.57º | 0.46% | 0.78% | - |
| XYZ | 34.45 | 25.11 | 30.64 | - |
| YUV | 139.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 147 | 0 | 0.46 | 0.26 | 0.22 | 334.57 | 0.46 | 0.6 |
| Hex | C8 | 6C | 93 | 0 | 2E | 1A | 16 | 14F | 2E | 3C |
| Octal | 310 | 154 | 223 | 0 | 56 | 32 | 26 | 517 | 56 | 74 |
| Binary | 11001000 | 1101100 | 10010011 | 0 | 101110 | 11010 | 10110 | 101001111 | 101110 | 111100 |
Color Harmonies of #C86C93
Complementary color
Monochromatic Colors of #C86C93
Black with #C86C93
Text Example
Text Example
White with #C86C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86C93; }
p { color: rgb(200,108,147); }
H1.HeaderClassName
{
color: #C86C93;
}
.AnyTagClassName
{
color: #C86C93;
}
</style>
background-color css
<style>
a { background-color: #C86C93; }
a { background-color: rgb(200,108,147); }
div.DivClassName
{
background-color: #C86C93;
}
.BgClassName
{
background-color: #C86C93;
}
</style>
border-color css
<style>
span { border-color: #C86C93; }
span { border-color: rgb(200,108,147); }
td.TdClassName
{
border-color: #C86C93;
}
.TagClassName
{
border-color: #C86C93;
}
</style>