#C07394

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

Shades of Hopbush #C07394

Tints of Hopbush #C07394

Color information

#C07394 (or 0xC07394) is unknown color: approx Hopbush. HEX triplet: C0, 73 and 94. RGB value is (192,115,148). Sum of RGB (Red+Green+Blue) = 192+115+148=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C07394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07394 is #3F8C6B. Grayscale: #8D8D8D. Windows color (decimal): -4164716 or 9728960. OLE color: 9728960.

HSL color Cylindrical-coordinate representation of color #C07394: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07394 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192115148-
CMYK00.400.230.25
HSL334.29º37.93%60.2%-
HSV(B)334.29º40.1%75.29%-
XYZ33.2125.6131.21-
YUV141.78131.51163.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 148 (58.20% from 255) = 32.53%
R=42.20%
G=25.27%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211514800.400.230.25334.2937.9360.2
HexC07394028171914e263c
Octal30016322405027315164674
Binary1100000011100111001010001010001011111001101001110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07394; }

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

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

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

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

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

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

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

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