Shades of Hopbush #C966A8
Tints of Hopbush #C966A8
RGB
CMYK
RGB Variations
Color information
#C966A8 (or 0xC966A8) is known color: Hopbush. HEX triplet: C9, 66 and A8. RGB value is (201,102,168). Sum of RGB (Red+Green+Blue) = 201+102+168=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C966A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966A8 is #369957. Grayscale: #8A8A8A. Windows color (decimal): -3578200 or 11036361. OLE color: 11036361.
HSL color Cylindrical-coordinate representation of color #C966A8: hue angle of 320º 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 #C966A8 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 168 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.21 |
| HSL | 320º | 0.48% | 0.59% | - |
| HSV(B) | 320º | 0.49% | 0.79% | - |
| XYZ | 35.91 | 24.75 | 39.93 | - |
| YUV | 139.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 168 | 0 | 0.49 | 0.16 | 0.21 | 320 | 0.48 | 0.59 |
| Hex | C9 | 66 | A8 | 0 | 31 | 10 | 15 | 140 | 30 | 3B |
| Octal | 311 | 146 | 250 | 0 | 61 | 20 | 25 | 500 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10101000 | 0 | 110001 | 10000 | 10101 | 101000000 | 110000 | 111011 |
Color Harmonies of #C966A8
Complementary color
Monochromatic Colors of #C966A8
Black with #C966A8
Text Example
Text Example
White with #C966A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966A8; }
p { color: rgb(201,102,168); }
H1.HeaderClassName
{
color: #C966A8;
}
.AnyTagClassName
{
color: #C966A8;
}
</style>
background-color css
<style>
a { background-color: #C966A8; }
a { background-color: rgb(201,102,168); }
div.DivClassName
{
background-color: #C966A8;
}
.BgClassName
{
background-color: #C966A8;
}
</style>
border-color css
<style>
span { border-color: #C966A8; }
span { border-color: rgb(201,102,168); }
td.TdClassName
{
border-color: #C966A8;
}
.TagClassName
{
border-color: #C966A8;
}
</style>