Shades of Hopbush #C87B9C
Tints of Hopbush #C87B9C
RGB
CMYK
RGB Variations
Color information
#C87B9C (or 0xC87B9C) is known color: Hopbush. HEX triplet: C8, 7B and 9C. RGB value is (200,123,156). Sum of RGB (Red+Green+Blue) = 200+123+156=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87B9C is #378463. Grayscale: #959595. Windows color (decimal): -3638372 or 10255304. OLE color: 10255304.
HSL color Cylindrical-coordinate representation of color #C87B9C: hue angle of 334.29º 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 #C87B9C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 156 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.22 |
| HSL | 334.29º | 0.41% | 0.63% | - |
| HSV(B) | 334.29º | 0.39% | 0.78% | - |
| XYZ | 36.9 | 28.85 | 35.08 | - |
| YUV | 149.79 | 131.51 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 156 | 0 | 0.38 | 0.22 | 0.22 | 334.29 | 0.41 | 0.63 |
| Hex | C8 | 7B | 9C | 0 | 26 | 16 | 16 | 14E | 29 | 3F |
| Octal | 310 | 173 | 234 | 0 | 46 | 26 | 26 | 516 | 51 | 77 |
| Binary | 11001000 | 1111011 | 10011100 | 0 | 100110 | 10110 | 10110 | 101001110 | 101001 | 111111 |
Color Harmonies of #C87B9C
Complementary color
Monochromatic Colors of #C87B9C
Black with #C87B9C
Text Example
Text Example
White with #C87B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B9C; }
p { color: rgb(200,123,156); }
H1.HeaderClassName
{
color: #C87B9C;
}
.AnyTagClassName
{
color: #C87B9C;
}
</style>
background-color css
<style>
a { background-color: #C87B9C; }
a { background-color: rgb(200,123,156); }
div.DivClassName
{
background-color: #C87B9C;
}
.BgClassName
{
background-color: #C87B9C;
}
</style>
border-color css
<style>
span { border-color: #C87B9C; }
span { border-color: rgb(200,123,156); }
td.TdClassName
{
border-color: #C87B9C;
}
.TagClassName
{
border-color: #C87B9C;
}
</style>