#C072A4

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

Shades of Hopbush #C072A4

Tints of Hopbush #C072A4

Color information

#C072A4 (or 0xC072A4) is unknown color: approx Hopbush. HEX triplet: C0, 72 and A4. RGB value is (192,114,164). Sum of RGB (Red+Green+Blue) = 192+114+164=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 164 (64.45% from 255 or 34.89% from 470); Max value from RGB is 192 - color contains mainly: red. Hex color #C072A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072A4 is #3F8D5B. Grayscale: #8E8E8E. Windows color (decimal): -4164956 or 10777280. OLE color: 10777280.

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

Color convert

RGB192114164-
CMYK00.410.150.25
HSL321.54º38.24%60%-
HSV(B)321.54º40.62%75.29%-
XYZ34.4625.9238.31-
YUV143.02139.84162.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 164 (64.45% from 255) = 34.89%
R=40.85%
G=24.26%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211416400.410.150.25321.5438.2460
HexC072A4029F19142263c
Octal30016224405117315024674
Binary110000001110010101001000101001111111001101000010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072A4; }

 p { color: rgb(192,114,164); }

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

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

 a { background-color: rgb(192,114,164); }

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

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

 span { border-color: rgb(192,114,164); }

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