#C66394

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

Shades of Hopbush #C66394

Tints of Hopbush #C66394

Color information

#C66394 (or 0xC66394) is unknown color: approx Hopbush. HEX triplet: C6, 63 and 94. RGB value is (198,99,148). Sum of RGB (Red+Green+Blue) = 198+99+148=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C66394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66394 is #399C6B. Grayscale: #868686. Windows color (decimal): -3775596 or 9724870. OLE color: 9724870.

HSL color Cylindrical-coordinate representation of color #C66394: hue angle of 330.3º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66394 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19899148-
CMYK00.500.250.22
HSL330.3º46.48%58.24%-
HSV(B)330.3º50%77.65%-
XYZ33.123.0730.73-
YUV134.19135.8173.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.49%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 148 (58.20% from 255) = 33.26%
R=44.49%
G=22.25%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989914800.500.250.22330.346.4858.24
HexC66394032191614a2e3a
Octal30614322406231265125672
Binary1100011011000111001010001100101100110110101001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66394; }

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

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

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

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

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

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

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

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