#C06AA0

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

Shades of Hopbush #C06AA0

Tints of Hopbush #C06AA0

Color information

#C06AA0 (or 0xC06AA0) is unknown color: approx Hopbush. HEX triplet: C0, 6A and A0. RGB value is (192,106,160). Sum of RGB (Red+Green+Blue) = 192+106+160=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AA0 is #3F955F. Grayscale: #898989. Windows color (decimal): -4167008 or 10513088. OLE color: 10513088.

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

Color convert

RGB192106160-
CMYK00.450.170.25
HSL322.33º40.57%58.43%-
HSV(B)322.33º44.79%75.29%-
XYZ33.2424.0536.15-
YUV137.87140.49166.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.92%
GREEN value IS 106 (41.80% from 255) = 23.14%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=41.92%
G=23.14%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210616000.450.170.25322.3340.5758.43
HexC06AA002D1119142293a
Octal30015224005521315025172
Binary1100000011010101010000001011011000111001101000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AA0; }

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

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

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

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

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

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

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

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