#C07995

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

Shades of Hopbush #C07995

Tints of Hopbush #C07995

Color information

#C07995 (or 0xC07995) is unknown color: approx Hopbush. HEX triplet: C0, 79 and 95. RGB value is (192,121,149). Sum of RGB (Red+Green+Blue) = 192+121+149=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C07995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07995 is #3F866A. Grayscale: #919191. Windows color (decimal): -4163179 or 9796032. OLE color: 9796032.

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

Color convert

RGB192121149-
CMYK00.370.220.25
HSL336.34º36.04%61.37%-
HSV(B)336.34º36.98%75.29%-
XYZ3427.0531.86-
YUV145.42130.02161.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=41.56%
G=26.19%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212114900.370.220.25336.3436.0461.37
HexC079950251619150243d
Octal30017122504526315204475
Binary1100000011110011001010101001011011011001101010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07995; }

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

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

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

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

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

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

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

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