#C66396

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

Shades of Hopbush #C66396

Tints of Hopbush #C66396

Color information

#C66396 (or 0xC66396) is unknown color: approx Hopbush. HEX triplet: C6, 63 and 96. RGB value is (198,99,150). Sum of RGB (Red+Green+Blue) = 198+99+150=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C66396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66396 is #399C69. Grayscale: #868686. Windows color (decimal): -3775594 or 9855942. OLE color: 9855942.

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

Color convert

RGB19899150-
CMYK00.500.240.22
HSL329.09º46.48%58.24%-
HSV(B)329.09º50%77.65%-
XYZ33.2623.1331.57-
YUV134.42136.8173.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=44.30%
G=22.15%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989915000.500.240.22329.0946.4858.24
HexC6639603218161492e3a
Octal30614322606230265115672
Binary1100011011000111001011001100101100010110101001001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66396; }

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

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

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

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

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

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

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

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