Shades of Hopbush #C967A2
Tints of Hopbush #C967A2
RGB
CMYK
RGB Variations
Color information
#C967A2 (or 0xC967A2) is known color: Hopbush. HEX triplet: C9, 67 and A2. RGB value is (201,103,162). Sum of RGB (Red+Green+Blue) = 201+103+162=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 201 - color contains mainly: red. Hex color #C967A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C967A2 is #36985D. Grayscale: #8A8A8A. Windows color (decimal): -3577950 or 10643401. OLE color: 10643401.
HSL color Cylindrical-coordinate representation of color #C967A2: hue angle of 323.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C967A2 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 162 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.21 |
| HSL | 323.88º | 0.48% | 0.6% | - |
| HSV(B) | 323.88º | 0.49% | 0.79% | - |
| XYZ | 35.46 | 24.73 | 37.09 | - |
| YUV | 139.03 | 140.97 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 162 | 0 | 0.49 | 0.19 | 0.21 | 323.88 | 0.48 | 0.6 |
| Hex | C9 | 67 | A2 | 0 | 31 | 13 | 15 | 144 | 30 | 3C |
| Octal | 311 | 147 | 242 | 0 | 61 | 23 | 25 | 504 | 60 | 74 |
| Binary | 11001001 | 1100111 | 10100010 | 0 | 110001 | 10011 | 10101 | 101000100 | 110000 | 111100 |
Color Harmonies of #C967A2
Complementary color
Monochromatic Colors of #C967A2
Black with #C967A2
Text Example
Text Example
White with #C967A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967A2; }
p { color: rgb(201,103,162); }
H1.HeaderClassName
{
color: #C967A2;
}
.AnyTagClassName
{
color: #C967A2;
}
</style>
background-color css
<style>
a { background-color: #C967A2; }
a { background-color: rgb(201,103,162); }
div.DivClassName
{
background-color: #C967A2;
}
.BgClassName
{
background-color: #C967A2;
}
</style>
border-color css
<style>
span { border-color: #C967A2; }
span { border-color: rgb(201,103,162); }
td.TdClassName
{
border-color: #C967A2;
}
.TagClassName
{
border-color: #C967A2;
}
</style>