Shades of Hopbush #C9699E
Tints of Hopbush #C9699E
RGB
CMYK
RGB Variations
Color information
#C9699E (or 0xC9699E) is known color: Hopbush. HEX triplet: C9, 69 and 9E. RGB value is (201,105,158). Sum of RGB (Red+Green+Blue) = 201+105+158=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9699E is #369661. Grayscale: #8B8B8B. Windows color (decimal): -3577442 or 10381769. OLE color: 10381769.
HSL color Cylindrical-coordinate representation of color #C9699E: hue angle of 326.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9699E is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 158 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.21 |
| HSL | 326.88º | 0.47% | 0.6% | - |
| HSV(B) | 326.88º | 0.48% | 0.79% | - |
| XYZ | 35.31 | 24.99 | 35.31 | - |
| YUV | 139.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 158 | 0 | 0.48 | 0.21 | 0.21 | 326.88 | 0.47 | 0.6 |
| Hex | C9 | 69 | 9E | 0 | 30 | 15 | 15 | 147 | 2F | 3C |
| Octal | 311 | 151 | 236 | 0 | 60 | 25 | 25 | 507 | 57 | 74 |
| Binary | 11001001 | 1101001 | 10011110 | 0 | 110000 | 10101 | 10101 | 101000111 | 101111 | 111100 |
Color Harmonies of #C9699E
Complementary color
Monochromatic Colors of #C9699E
Black with #C9699E
Text Example
Text Example
White with #C9699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9699E; }
p { color: rgb(201,105,158); }
H1.HeaderClassName
{
color: #C9699E;
}
.AnyTagClassName
{
color: #C9699E;
}
</style>
background-color css
<style>
a { background-color: #C9699E; }
a { background-color: rgb(201,105,158); }
div.DivClassName
{
background-color: #C9699E;
}
.BgClassName
{
background-color: #C9699E;
}
</style>
border-color css
<style>
span { border-color: #C9699E; }
span { border-color: rgb(201,105,158); }
td.TdClassName
{
border-color: #C9699E;
}
.TagClassName
{
border-color: #C9699E;
}
</style>