Shades of Hopbush #C9689C
Tints of Hopbush #C9689C
RGB
CMYK
RGB Variations
Color information
#C9689C (or 0xC9689C) is known color: Hopbush. HEX triplet: C9, 68 and 9C. RGB value is (201,104,156). Sum of RGB (Red+Green+Blue) = 201+104+156=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9689C is #369763. Grayscale: #8A8A8A. Windows color (decimal): -3577700 or 10250441. OLE color: 10250441.
HSL color Cylindrical-coordinate representation of color #C9689C: hue angle of 327.84º 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 #C9689C is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 156 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.21 |
| HSL | 327.84º | 0.47% | 0.6% | - |
| HSV(B) | 327.84º | 0.48% | 0.79% | - |
| XYZ | 35.04 | 24.72 | 34.38 | - |
| YUV | 138.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 156 | 0 | 0.48 | 0.22 | 0.21 | 327.84 | 0.47 | 0.6 |
| Hex | C9 | 68 | 9C | 0 | 30 | 16 | 15 | 148 | 2F | 3C |
| Octal | 311 | 150 | 234 | 0 | 60 | 26 | 25 | 510 | 57 | 74 |
| Binary | 11001001 | 1101000 | 10011100 | 0 | 110000 | 10110 | 10101 | 101001000 | 101111 | 111100 |
Color Harmonies of #C9689C
Complementary color
Monochromatic Colors of #C9689C
Black with #C9689C
Text Example
Text Example
White with #C9689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9689C; }
p { color: rgb(201,104,156); }
H1.HeaderClassName
{
color: #C9689C;
}
.AnyTagClassName
{
color: #C9689C;
}
</style>
background-color css
<style>
a { background-color: #C9689C; }
a { background-color: rgb(201,104,156); }
div.DivClassName
{
background-color: #C9689C;
}
.BgClassName
{
background-color: #C9689C;
}
</style>
border-color css
<style>
span { border-color: #C9689C; }
span { border-color: rgb(201,104,156); }
td.TdClassName
{
border-color: #C9689C;
}
.TagClassName
{
border-color: #C9689C;
}
</style>