Shades of Hopbush #C97BAB
Tints of Hopbush #C97BAB
RGB
CMYK
RGB Variations
Color information
#C97BAB (or 0xC97BAB) is known color: Hopbush. HEX triplet: C9, 7B and AB. RGB value is (201,123,171). Sum of RGB (Red+Green+Blue) = 201+123+171=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C97BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C97BAB is #368454. Grayscale: #979797. Windows color (decimal): -3572821 or 11238345. OLE color: 11238345.
HSL color Cylindrical-coordinate representation of color #C97BAB: hue angle of 323.08º 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 #C97BAB is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 171 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.21 |
| HSL | 323.08º | 0.42% | 0.64% | - |
| HSV(B) | 323.08º | 0.39% | 0.79% | - |
| XYZ | 38.52 | 29.52 | 42.2 | - |
| YUV | 151.79 | 138.84 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 171 | 0 | 0.39 | 0.15 | 0.21 | 323.08 | 0.42 | 0.64 |
| Hex | C9 | 7B | AB | 0 | 27 | F | 15 | 143 | 2A | 40 |
| Octal | 311 | 173 | 253 | 0 | 47 | 17 | 25 | 503 | 52 | 100 |
| Binary | 11001001 | 1111011 | 10101011 | 0 | 100111 | 1111 | 10101 | 101000011 | 101010 | 1000000 |
Color Harmonies of #C97BAB
Complementary color
Monochromatic Colors of #C97BAB
Black with #C97BAB
Text Example
Text Example
White with #C97BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97BAB; }
p { color: rgb(201,123,171); }
H1.HeaderClassName
{
color: #C97BAB;
}
.AnyTagClassName
{
color: #C97BAB;
}
</style>
background-color css
<style>
a { background-color: #C97BAB; }
a { background-color: rgb(201,123,171); }
div.DivClassName
{
background-color: #C97BAB;
}
.BgClassName
{
background-color: #C97BAB;
}
</style>
border-color css
<style>
span { border-color: #C97BAB; }
span { border-color: rgb(201,123,171); }
td.TdClassName
{
border-color: #C97BAB;
}
.TagClassName
{
border-color: #C97BAB;
}
</style>