Shades of Hopbush #C9669B
Tints of Hopbush #C9669B
RGB
CMYK
RGB Variations
Color information
#C9669B (or 0xC9669B) is known color: Hopbush. HEX triplet: C9, 66 and 9B. RGB value is (201,102,155). Sum of RGB (Red+Green+Blue) = 201+102+155=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9669B is #369964. Grayscale: #898989. Windows color (decimal): -3578213 or 10184393. OLE color: 10184393.
HSL color Cylindrical-coordinate representation of color #C9669B: hue angle of 327.88º 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 #C9669B is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 155 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.21 |
| HSL | 327.88º | 0.48% | 0.59% | - |
| HSV(B) | 327.88º | 0.49% | 0.79% | - |
| XYZ | 34.76 | 24.29 | 33.87 | - |
| YUV | 137.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 155 | 0 | 0.49 | 0.23 | 0.21 | 327.88 | 0.48 | 0.59 |
| Hex | C9 | 66 | 9B | 0 | 31 | 17 | 15 | 148 | 30 | 3B |
| Octal | 311 | 146 | 233 | 0 | 61 | 27 | 25 | 510 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10011011 | 0 | 110001 | 10111 | 10101 | 101001000 | 110000 | 111011 |
Color Harmonies of #C9669B
Complementary color
Monochromatic Colors of #C9669B
Black with #C9669B
Text Example
Text Example
White with #C9669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9669B; }
p { color: rgb(201,102,155); }
H1.HeaderClassName
{
color: #C9669B;
}
.AnyTagClassName
{
color: #C9669B;
}
</style>
background-color css
<style>
a { background-color: #C9669B; }
a { background-color: rgb(201,102,155); }
div.DivClassName
{
background-color: #C9669B;
}
.BgClassName
{
background-color: #C9669B;
}
</style>
border-color css
<style>
span { border-color: #C9669B; }
span { border-color: rgb(201,102,155); }
td.TdClassName
{
border-color: #C9669B;
}
.TagClassName
{
border-color: #C9669B;
}
</style>