Shades of Hopbush #C966AA
Tints of Hopbush #C966AA
RGB
CMYK
RGB Variations
Color information
#C966AA (or 0xC966AA) is known color: Hopbush. HEX triplet: C9, 66 and AA. RGB value is (201,102,170). Sum of RGB (Red+Green+Blue) = 201+102+170=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C966AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C966AA is #369955. Grayscale: #8B8B8B. Windows color (decimal): -3578198 or 11167433. OLE color: 11167433.
HSL color Cylindrical-coordinate representation of color #C966AA: hue angle of 318.79º 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 #C966AA is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 170 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.21 |
| HSL | 318.79º | 0.48% | 0.59% | - |
| HSV(B) | 318.79º | 0.49% | 0.79% | - |
| XYZ | 36.09 | 24.82 | 40.92 | - |
| YUV | 139.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 170 | 0 | 0.49 | 0.15 | 0.21 | 318.79 | 0.48 | 0.59 |
| Hex | C9 | 66 | AA | 0 | 31 | F | 15 | 13F | 30 | 3B |
| Octal | 311 | 146 | 252 | 0 | 61 | 17 | 25 | 477 | 60 | 73 |
| Binary | 11001001 | 1100110 | 10101010 | 0 | 110001 | 1111 | 10101 | 100111111 | 110000 | 111011 |
Color Harmonies of #C966AA
Complementary color
Monochromatic Colors of #C966AA
Black with #C966AA
Text Example
Text Example
White with #C966AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C966AA; }
p { color: rgb(201,102,170); }
H1.HeaderClassName
{
color: #C966AA;
}
.AnyTagClassName
{
color: #C966AA;
}
</style>
background-color css
<style>
a { background-color: #C966AA; }
a { background-color: rgb(201,102,170); }
div.DivClassName
{
background-color: #C966AA;
}
.BgClassName
{
background-color: #C966AA;
}
</style>
border-color css
<style>
span { border-color: #C966AA; }
span { border-color: rgb(201,102,170); }
td.TdClassName
{
border-color: #C966AA;
}
.TagClassName
{
border-color: #C966AA;
}
</style>