#c66386

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

Shades of Hopbush #C66386

Tints of Hopbush #C66386

Color information

#C66386 (or 0xC66386) is unknown color: approx Hopbush. HEX triplet: C6, 63 and 86. RGB value is (198,99,134). Sum of RGB (Red+Green+Blue) = 198+99+134=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66386 is #399C79. Grayscale: #848484. Windows color (decimal): -3775610 or 8807366. OLE color: 8807366.

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

Color convert

RGB19899134-
CMYK00.500.320.22
HSL338.79º46.48%58.24%-
HSV(B)338.79º50%77.65%-
XYZ32.0522.6525.24-
YUV132.59128.8174.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=45.94%
G=22.97%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989913400.500.320.22338.7946.4858.24
HexC6638603220161532e3a
Octal30614320606240265235672
Binary11000110110001110000110011001010000010110101010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c66386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c66386; }

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

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

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

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

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

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

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

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