#C06AA3

Color #C06AA3 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #C06AA3

Tints of Hopbush #C06AA3

Color information

#C06AA3 (or 0xC06AA3) is unknown color: approx Hopbush. HEX triplet: C0, 6A and A3. RGB value is (192,106,163). Sum of RGB (Red+Green+Blue) = 192+106+163=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AA3 is #3F955C. Grayscale: #8A8A8A. Windows color (decimal): -4167005 or 10709696. OLE color: 10709696.

HSL color Cylindrical-coordinate representation of color #C06AA3: hue angle of 320.23º 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 #C06AA3 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB192106163-
CMYK00.450.150.25
HSL320.23º40.57%58.43%-
HSV(B)320.23º44.79%75.29%-
XYZ33.524.1637.55-
YUV138.21141.99166.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=41.65%
G=22.99%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210616300.450.150.25320.2340.5758.43
HexC06AA302DF19140293a
Octal30015224305517315005172
Binary110000001101010101000110101101111111001101000000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AA3; }

 p { color: rgb(192,106,163); }

 H1.HeaderClassName
 {
   color: #C06AA3;
 }
 .AnyTagClassName
 {
   color: #C06AA3;
 }
</style>
background-color css

<style>
 a { background-color: #C06AA3; }

 a { background-color: rgb(192,106,163); }

 div.DivClassName
 {
   background-color: #C06AA3;
 }
 .BgClassName
 {
   background-color: #C06AA3;
 }
</style>
border-color css

<style>
 span { border-color: #C06AA3; }

 span { border-color: rgb(192,106,163); }

 td.TdClassName
 {
   border-color: #C06AA3;
 }
 .TagClassName
 {
   border-color: #C06AA3;
 }
</style>