#C67494

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

Shades of Hopbush #C67494

Tints of Hopbush #C67494

Color information

#C67494 (or 0xC67494) is unknown color: approx Hopbush. HEX triplet: C6, 74 and 94. RGB value is (198,116,148). Sum of RGB (Red+Green+Blue) = 198+116+148=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C67494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67494 is #398B6B. Grayscale: #909090. Windows color (decimal): -3771244 or 9729222. OLE color: 9729222.

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

Color convert

RGB198116148-
CMYK00.410.250.22
HSL336.59º41.84%61.57%-
HSV(B)336.59º41.41%77.65%-
XYZ34.8826.6331.32-
YUV144.17130.17166.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 116 (45.70% from 255) = 25.11%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=42.86%
G=25.11%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811614800.410.250.22336.5941.8461.57
HexC6749402919161512a3e
Octal30616422405131265215276
Binary1100011011101001001010001010011100110110101010001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67494; }

 p { color: rgb(198,116,148); }

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

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

 a { background-color: rgb(198,116,148); }

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

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

 span { border-color: rgb(198,116,148); }

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