Shades of Hopbush #C97B9C
Tints of Hopbush #C97B9C
RGB
CMYK
RGB Variations
Color information
#C97B9C (or 0xC97B9C) is known color: Hopbush. HEX triplet: C9, 7B and 9C. RGB value is (201,123,156). Sum of RGB (Red+Green+Blue) = 201+123+156=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97B9C is #368463. Grayscale: #969696. Windows color (decimal): -3572836 or 10255305. OLE color: 10255305.
HSL color Cylindrical-coordinate representation of color #C97B9C: hue angle of 334.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C97B9C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 156 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.21 |
| HSL | 334.62º | 0.42% | 0.64% | - |
| HSV(B) | 334.62º | 0.39% | 0.79% | - |
| XYZ | 37.17 | 28.98 | 35.09 | - |
| YUV | 150.08 | 131.34 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 156 | 0 | 0.39 | 0.22 | 0.21 | 334.62 | 0.42 | 0.64 |
| Hex | C9 | 7B | 9C | 0 | 27 | 16 | 15 | 14F | 2A | 40 |
| Octal | 311 | 173 | 234 | 0 | 47 | 26 | 25 | 517 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10011100 | 0 | 100111 | 10110 | 10101 | 101001111 | 101010 | 1000000 |
Color Harmonies of #C97B9C
Complementary color
Monochromatic Colors of #C97B9C
Black with #C97B9C
Text Example
Text Example
White with #C97B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B9C; }
p { color: rgb(201,123,156); }
H1.HeaderClassName
{
color: #C97B9C;
}
.AnyTagClassName
{
color: #C97B9C;
}
</style>
background-color css
<style>
a { background-color: #C97B9C; }
a { background-color: rgb(201,123,156); }
div.DivClassName
{
background-color: #C97B9C;
}
.BgClassName
{
background-color: #C97B9C;
}
</style>
border-color css
<style>
span { border-color: #C97B9C; }
span { border-color: rgb(201,123,156); }
td.TdClassName
{
border-color: #C97B9C;
}
.TagClassName
{
border-color: #C97B9C;
}
</style>