Shades of Hopbush #C968AC
Tints of Hopbush #C968AC
RGB
CMYK
RGB Variations
Color information
#C968AC (or 0xC968AC) is known color: Hopbush. HEX triplet: C9, 68 and AC. RGB value is (201,104,172). Sum of RGB (Red+Green+Blue) = 201+104+172=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 201 - color contains mainly: red. Hex color #C968AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C968AC is #369753. Grayscale: #8C8C8C. Windows color (decimal): -3577684 or 11299017. OLE color: 11299017.
HSL color Cylindrical-coordinate representation of color #C968AC: hue angle of 317.94º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C968AC is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 172 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.21 |
| HSL | 317.94º | 0.47% | 0.6% | - |
| HSV(B) | 317.94º | 0.48% | 0.79% | - |
| XYZ | 36.48 | 25.3 | 41.99 | - |
| YUV | 140.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 172 | 0 | 0.48 | 0.14 | 0.21 | 317.94 | 0.47 | 0.6 |
| Hex | C9 | 68 | AC | 0 | 30 | E | 15 | 13E | 2F | 3C |
| Octal | 311 | 150 | 254 | 0 | 60 | 16 | 25 | 476 | 57 | 74 |
| Binary | 11001001 | 1101000 | 10101100 | 0 | 110000 | 1110 | 10101 | 100111110 | 101111 | 111100 |
Color Harmonies of #C968AC
Complementary color
Monochromatic Colors of #C968AC
Black with #C968AC
Text Example
Text Example
White with #C968AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968AC; }
p { color: rgb(201,104,172); }
H1.HeaderClassName
{
color: #C968AC;
}
.AnyTagClassName
{
color: #C968AC;
}
</style>
background-color css
<style>
a { background-color: #C968AC; }
a { background-color: rgb(201,104,172); }
div.DivClassName
{
background-color: #C968AC;
}
.BgClassName
{
background-color: #C968AC;
}
</style>
border-color css
<style>
span { border-color: #C968AC; }
span { border-color: rgb(201,104,172); }
td.TdClassName
{
border-color: #C968AC;
}
.TagClassName
{
border-color: #C968AC;
}
</style>