#C071A5

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

Shades of Hopbush #C071A5

Tints of Hopbush #C071A5

Color information

#C071A5 (or 0xC071A5) is unknown color: approx Hopbush. HEX triplet: C0, 71 and A5. RGB value is (192,113,165). Sum of RGB (Red+Green+Blue) = 192+113+165=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C071A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C071A5 is #3F8E5A. Grayscale: #8E8E8E. Windows color (decimal): -4165211 or 10842560. OLE color: 10842560.

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

Color convert

RGB192113165-
CMYK00.410.140.25
HSL320.51º38.54%59.8%-
HSV(B)320.51º41.15%75.29%-
XYZ34.4325.7338.75-
YUV142.55140.67163.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=40.85%
G=24.04%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211316500.410.140.25320.5138.5459.8
HexC071A5029E19141273c
Octal30016124505116315014774
Binary110000001110001101001010101001111011001101000001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C071A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C071A5; }

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

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

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

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

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

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

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

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