#C49ACF

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

Shades of Wisteria #C49ACF

Tints of Wisteria #C49ACF

Color information

#C49ACF (or 0xC49ACF) is unknown color: approx Wisteria. HEX triplet: C4, 9A and CF. RGB value is (196,154,207). Sum of RGB (Red+Green+Blue) = 196+154+207=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 154 (60.55% from 255 or 27.65% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C49ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ACF is #3B6530. Grayscale: #ACACAC. Windows color (decimal): -3892529 or 13605572. OLE color: 13605572.

HSL color Cylindrical-coordinate representation of color #C49ACF: hue angle of 287.55º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49ACF is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196154207-
CMYK0.050.2600.19
HSL287.55º35.57%70.78%-
HSV(B)287.55º25.6%81.18%-
XYZ45.5839.3564.22-
YUV172.6147.41144.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 154 (60.55% from 255) = 27.65%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=35.19%
G=27.65%
B=37.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961542070.050.2600.19287.5535.5770.78
HexC49ACF51A0131202447
Octal30423231753202344044107
Binary110001001001101011001111101110100100111001000001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ACF; }

 p { color: rgb(196,154,207); }

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

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

 a { background-color: rgb(196,154,207); }

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

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

 span { border-color: rgb(196,154,207); }

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