#C071A2

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

Shades of Hopbush #C071A2

Tints of Hopbush #C071A2

Color information

#C071A2 (or 0xC071A2) is unknown color: approx Hopbush. HEX triplet: C0, 71 and A2. RGB value is (192,113,162). Sum of RGB (Red+Green+Blue) = 192+113+162=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C071A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071A2 is #3F8E5D. Grayscale: #8E8E8E. Windows color (decimal): -4165214 or 10645952. OLE color: 10645952.

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

Color convert

RGB192113162-
CMYK00.410.160.25
HSL322.78º38.54%59.8%-
HSV(B)322.78º41.15%75.29%-
XYZ34.1625.6337.33-
YUV142.21139.17163.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=41.11%
G=24.20%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211316200.410.160.25322.7838.5459.8
HexC071A20291019143273c
Octal30016124205120315034774
Binary1100000011100011010001001010011000011001101000011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071A2; }

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

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

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

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

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

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

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

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