#C07798

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

Shades of Hopbush #C07798

Tints of Hopbush #C07798

Color information

#C07798 (or 0xC07798) is unknown color: approx Hopbush. HEX triplet: C0, 77 and 98. RGB value is (192,119,152). Sum of RGB (Red+Green+Blue) = 192+119+152=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C07798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07798 is #3F8867. Grayscale: #909090. Windows color (decimal): -4163688 or 9992128. OLE color: 9992128.

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

Color convert

RGB192119152-
CMYK00.380.210.25
HSL332.88º36.68%60.98%-
HSV(B)332.88º38.02%75.29%-
XYZ3426.6733.06-
YUV144.59132.18161.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 152 (59.77% from 255) = 32.83%
R=41.47%
G=25.70%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211915200.380.210.25332.8836.6860.98
HexC07798026151914d253d
Octal30016723004625315154575
Binary1100000011101111001100001001101010111001101001101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07798; }

 p { color: rgb(192,119,152); }

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

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

 a { background-color: rgb(192,119,152); }

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

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

 span { border-color: rgb(192,119,152); }

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