#C07895

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

Shades of Hopbush #C07895

Tints of Hopbush #C07895

Color information

#C07895 (or 0xC07895) is unknown color: approx Hopbush. HEX triplet: C0, 78 and 95. RGB value is (192,120,149). Sum of RGB (Red+Green+Blue) = 192+120+149=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C07895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07895 is #3F876A. Grayscale: #909090. Windows color (decimal): -4163435 or 9795776. OLE color: 9795776.

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

Color convert

RGB192120149-
CMYK00.380.220.25
HSL335.83º36.36%61.18%-
HSV(B)335.83º37.5%75.29%-
XYZ33.8826.8131.82-
YUV144.83130.35161.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=41.65%
G=26.03%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212014900.380.220.25335.8336.3661.18
HexC078950261619150243d
Octal30017022504626315204475
Binary1100000011110001001010101001101011011001101010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07895; }

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

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

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

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

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

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

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

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