Shades of Hopbush #C9669F
Tints of Hopbush #C9669F
RGB
CMYK
RGB Variations
Color information
#C9669F (or 0xC9669F) is known color: Hopbush. HEX triplet: C9, 66 and 9F. RGB value is (201,102,159). Sum of RGB (Red+Green+Blue) = 201+102+159=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9669F is #369960. Grayscale: #898989. Windows color (decimal): -3578209 or 10446537. OLE color: 10446537.
HSL color Cylindrical-coordinate representation of color #C9669F: hue angle of 325.45º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9669F is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 159 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.21 |
| HSL | 325.45º | 0.48% | 0.59% | - |
| HSV(B) | 325.45º | 0.49% | 0.79% | - |
| XYZ | 35.1 | 24.42 | 35.67 | - |
| YUV | 138.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 159 | 0 | 0.49 | 0.21 | 0.21 | 325.45 | 0.48 | 0.59 |
| Hex | C9 | 66 | 9F | 0 | 31 | 15 | 15 | 145 | 30 | 3B |
| Octal | 311 | 146 | 237 | 0 | 61 | 25 | 25 | 505 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10011111 | 0 | 110001 | 10101 | 10101 | 101000101 | 110000 | 111011 |
Color Harmonies of #C9669F
Complementary color
Monochromatic Colors of #C9669F
Black with #C9669F
Text Example
Text Example
White with #C9669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9669F; }
p { color: rgb(201,102,159); }
H1.HeaderClassName
{
color: #C9669F;
}
.AnyTagClassName
{
color: #C9669F;
}
</style>
background-color css
<style>
a { background-color: #C9669F; }
a { background-color: rgb(201,102,159); }
div.DivClassName
{
background-color: #C9669F;
}
.BgClassName
{
background-color: #C9669F;
}
</style>
border-color css
<style>
span { border-color: #C9669F; }
span { border-color: rgb(201,102,159); }
td.TdClassName
{
border-color: #C9669F;
}
.TagClassName
{
border-color: #C9669F;
}
</style>