#C07994

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

Shades of Hopbush #C07994

Tints of Hopbush #C07994

Color information

#C07994 (or 0xC07994) is unknown color: approx Hopbush. HEX triplet: C0, 79 and 94. RGB value is (192,121,148). Sum of RGB (Red+Green+Blue) = 192+121+148=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C07994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07994 is #3F866B. Grayscale: #919191. Windows color (decimal): -4163180 or 9730496. OLE color: 9730496.

HSL color Cylindrical-coordinate representation of color #C07994: hue angle of 337.18º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07994 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192121148-
CMYK00.370.230.25
HSL337.18º36.04%61.37%-
HSV(B)337.18º36.98%75.29%-
XYZ33.9227.0231.44-
YUV145.31129.52161.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=41.65%
G=26.25%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212114800.370.230.25337.1836.0461.37
HexC079940251719151243d
Octal30017122404527315214475
Binary1100000011110011001010001001011011111001101010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07994; }

 p { color: rgb(192,121,148); }

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

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

 a { background-color: rgb(192,121,148); }

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

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

 span { border-color: rgb(192,121,148); }

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