Shades of Hopbush #C962AA
Tints of Hopbush #C962AA
RGB
CMYK
RGB Variations
Color information
#C962AA (or 0xC962AA) is known color: Hopbush. HEX triplet: C9, 62 and AA. RGB value is (201,98,170). Sum of RGB (Red+Green+Blue) = 201+98+170=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C962AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C962AA is #369D55. Grayscale: #888888. Windows color (decimal): -3579222 or 11166409. OLE color: 11166409.
HSL color Cylindrical-coordinate representation of color #C962AA: hue angle of 318.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C962AA is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 170 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.21 |
| HSL | 318.06º | 0.49% | 0.59% | - |
| HSV(B) | 318.06º | 0.51% | 0.79% | - |
| XYZ | 35.71 | 24.06 | 40.79 | - |
| YUV | 137.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 170 | 0 | 0.51 | 0.15 | 0.21 | 318.06 | 0.49 | 0.59 |
| Hex | C9 | 62 | AA | 0 | 33 | F | 15 | 13E | 31 | 3B |
| Octal | 311 | 142 | 252 | 0 | 63 | 17 | 25 | 476 | 61 | 73 |
| Binary | 11001001 | 1100010 | 10101010 | 0 | 110011 | 1111 | 10101 | 100111110 | 110001 | 111011 |
Color Harmonies of #C962AA
Complementary color
Monochromatic Colors of #C962AA
Black with #C962AA
Text Example
Text Example
White with #C962AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962AA; }
p { color: rgb(201,98,170); }
H1.HeaderClassName
{
color: #C962AA;
}
.AnyTagClassName
{
color: #C962AA;
}
</style>
background-color css
<style>
a { background-color: #C962AA; }
a { background-color: rgb(201,98,170); }
div.DivClassName
{
background-color: #C962AA;
}
.BgClassName
{
background-color: #C962AA;
}
</style>
border-color css
<style>
span { border-color: #C962AA; }
span { border-color: rgb(201,98,170); }
td.TdClassName
{
border-color: #C962AA;
}
.TagClassName
{
border-color: #C962AA;
}
</style>