Shades of Hopbush #C87B9A
Tints of Hopbush #C87B9A
RGB
CMYK
RGB Variations
Color information
#C87B9A (or 0xC87B9A) is known color: Hopbush. HEX triplet: C8, 7B and 9A. RGB value is (200,123,154). Sum of RGB (Red+Green+Blue) = 200+123+154=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B9A is #378465. Grayscale: #959595. Windows color (decimal): -3638374 or 10124232. OLE color: 10124232.
HSL color Cylindrical-coordinate representation of color #C87B9A: hue angle of 335.84º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87B9A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 154 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.22 |
| HSL | 335.84º | 0.41% | 0.63% | - |
| HSV(B) | 335.84º | 0.39% | 0.78% | - |
| XYZ | 36.74 | 28.78 | 34.19 | - |
| YUV | 149.56 | 130.51 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 154 | 0 | 0.38 | 0.23 | 0.22 | 335.84 | 0.41 | 0.63 |
| Hex | C8 | 7B | 9A | 0 | 26 | 17 | 16 | 150 | 29 | 3F |
| Octal | 310 | 173 | 232 | 0 | 46 | 27 | 26 | 520 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10011010 | 0 | 100110 | 10111 | 10110 | 101010000 | 101001 | 111111 |
Color Harmonies of #C87B9A
Complementary color
Monochromatic Colors of #C87B9A
Black with #C87B9A
Text Example
Text Example
White with #C87B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B9A; }
p { color: rgb(200,123,154); }
H1.HeaderClassName
{
color: #C87B9A;
}
.AnyTagClassName
{
color: #C87B9A;
}
</style>
background-color css
<style>
a { background-color: #C87B9A; }
a { background-color: rgb(200,123,154); }
div.DivClassName
{
background-color: #C87B9A;
}
.BgClassName
{
background-color: #C87B9A;
}
</style>
border-color css
<style>
span { border-color: #C87B9A; }
span { border-color: rgb(200,123,154); }
td.TdClassName
{
border-color: #C87B9A;
}
.TagClassName
{
border-color: #C87B9A;
}
</style>