Shades of Hopbush #C067A5
Tints of Hopbush #C067A5
RGB
CMYK
RGB Variations
Color information
#C067A5 (or 0xC067A5) is known color: Hopbush. HEX triplet: C0, 67 and A5. RGB value is (192,103,165). Sum of RGB (Red+Green+Blue) = 192+103+165=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C067A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067A5 is #3F985A. Grayscale: #888888. Windows color (decimal): -4167771 or 10840000. OLE color: 10840000.
HSL color Cylindrical-coordinate representation of color #C067A5: hue angle of 318.2º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067A5 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 165 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.25 |
| HSL | 318.2º | 0.41% | 0.58% | - |
| HSV(B) | 318.2º | 0.46% | 0.75% | - |
| XYZ | 33.38 | 23.62 | 38.4 | - |
| YUV | 136.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 165 | 0 | 0.46 | 0.14 | 0.25 | 318.2 | 0.41 | 0.58 |
| Hex | C0 | 67 | A5 | 0 | 2E | E | 19 | 13E | 29 | 3A |
| Octal | 300 | 147 | 245 | 0 | 56 | 16 | 31 | 476 | 51 | 72 |
| Binary | 11000000 | 1100111 | 10100101 | 0 | 101110 | 1110 | 11001 | 100111110 | 101001 | 111010 |
Color Harmonies of #C067A5
Complementary color
Monochromatic Colors of #C067A5
Black with #C067A5
Text Example
Text Example
White with #C067A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067A5; }
p { color: rgb(192,103,165); }
H1.HeaderClassName
{
color: #C067A5;
}
.AnyTagClassName
{
color: #C067A5;
}
</style>
background-color css
<style>
a { background-color: #C067A5; }
a { background-color: rgb(192,103,165); }
div.DivClassName
{
background-color: #C067A5;
}
.BgClassName
{
background-color: #C067A5;
}
</style>
border-color css
<style>
span { border-color: #C067A5; }
span { border-color: rgb(192,103,165); }
td.TdClassName
{
border-color: #C067A5;
}
.TagClassName
{
border-color: #C067A5;
}
</style>