Shades of Hopbush #C069A1
Tints of Hopbush #C069A1
RGB
CMYK
RGB Variations
Color information
#C069A1 (or 0xC069A1) is known color: Hopbush. HEX triplet: C0, 69 and A1. RGB value is (192,105,161). Sum of RGB (Red+Green+Blue) = 192+105+161=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C069A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C069A1 is #3F965E. Grayscale: #898989. Windows color (decimal): -4167263 or 10578368. OLE color: 10578368.
HSL color Cylindrical-coordinate representation of color #C069A1: hue angle of 321.38º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C069A1 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 161 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.25 |
| HSL | 321.38º | 0.41% | 0.58% | - |
| HSV(B) | 321.38º | 0.45% | 0.75% | - |
| XYZ | 33.22 | 23.88 | 36.58 | - |
| YUV | 137.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 161 | 0 | 0.45 | 0.16 | 0.25 | 321.38 | 0.41 | 0.58 |
| Hex | C0 | 69 | A1 | 0 | 2D | 10 | 19 | 141 | 29 | 3A |
| Octal | 300 | 151 | 241 | 0 | 55 | 20 | 31 | 501 | 51 | 72 |
| Binary | 11000000 | 1101001 | 10100001 | 0 | 101101 | 10000 | 11001 | 101000001 | 101001 | 111010 |
Color Harmonies of #C069A1
Complementary color
Monochromatic Colors of #C069A1
Black with #C069A1
Text Example
Text Example
White with #C069A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069A1; }
p { color: rgb(192,105,161); }
H1.HeaderClassName
{
color: #C069A1;
}
.AnyTagClassName
{
color: #C069A1;
}
</style>
background-color css
<style>
a { background-color: #C069A1; }
a { background-color: rgb(192,105,161); }
div.DivClassName
{
background-color: #C069A1;
}
.BgClassName
{
background-color: #C069A1;
}
</style>
border-color css
<style>
span { border-color: #C069A1; }
span { border-color: rgb(192,105,161); }
td.TdClassName
{
border-color: #C069A1;
}
.TagClassName
{
border-color: #C069A1;
}
</style>