#C071A0

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

Shades of Hopbush #C071A0

Tints of Hopbush #C071A0

Color information

#C071A0 (or 0xC071A0) is unknown color: approx Hopbush. HEX triplet: C0, 71 and A0. RGB value is (192,113,160). Sum of RGB (Red+Green+Blue) = 192+113+160=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C071A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071A0 is #3F8E5F. Grayscale: #8D8D8D. Windows color (decimal): -4165216 or 10514880. OLE color: 10514880.

HSL color Cylindrical-coordinate representation of color #C071A0: hue angle of 324.3º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C071A0 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192113160-
CMYK00.410.170.25
HSL324.3º38.54%59.8%-
HSV(B)324.3º41.15%75.29%-
XYZ33.9925.5536.4-
YUV141.98138.17163.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=41.29%
G=24.30%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211316000.410.170.25324.338.5459.8
HexC071A00291119144273c
Octal30016124005121315044774
Binary1100000011100011010000001010011000111001101000100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071A0; }

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

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

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

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

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

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

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

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