#C07A95

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

Shades of Hopbush #C07A95

Tints of Hopbush #C07A95

Color information

#C07A95 (or 0xC07A95) is unknown color: approx Hopbush. HEX triplet: C0, 7A and 95. RGB value is (192,122,149). Sum of RGB (Red+Green+Blue) = 192+122+149=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07A95 is #3F856A. Grayscale: #919191. Windows color (decimal): -4162923 or 9796288. OLE color: 9796288.

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

Color convert

RGB192122149-
CMYK00.360.220.25
HSL336.86º35.71%61.57%-
HSV(B)336.86º36.46%75.29%-
XYZ34.1227.331.9-
YUV146.01129.69160.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=41.47%
G=26.35%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212214900.360.220.25336.8635.7161.57
HexC07A950241619151243e
Octal30017222504426315214476
Binary1100000011110101001010101001001011011001101010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A95; }

 p { color: rgb(192,122,149); }

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

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

 a { background-color: rgb(192,122,149); }

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

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

 span { border-color: rgb(192,122,149); }

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