#C072A0

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

Shades of Hopbush #C072A0

Tints of Hopbush #C072A0

Color information

#C072A0 (or 0xC072A0) is unknown color: approx Hopbush. HEX triplet: C0, 72 and A0. RGB value is (192,114,160). Sum of RGB (Red+Green+Blue) = 192+114+160=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C072A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072A0 is #3F8D5F. Grayscale: #8E8E8E. Windows color (decimal): -4164960 or 10515136. OLE color: 10515136.

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

Color convert

RGB192114160-
CMYK00.410.170.25
HSL324.62º38.24%60%-
HSV(B)324.62º40.62%75.29%-
XYZ34.125.7836.44-
YUV142.57137.84163.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 114 (44.92% from 255) = 24.46%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=41.20%
G=24.46%
B=34.33%

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
Decimal19211416000.410.170.25324.6238.2460
HexC072A00291119145263c
Octal30016224005121315054674
Binary1100000011100101010000001010011000111001101000101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C072A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C072A0; }

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

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

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

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

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

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

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

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