#C49AEC

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

Shades of Perfume #C49AEC

Tints of Perfume #C49AEC

Color information

#C49AEC (or 0xC49AEC) is unknown color: approx Perfume. HEX triplet: C4, 9A and EC. RGB value is (196,154,236). Sum of RGB (Red+Green+Blue) = 196+154+236=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #C49AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AEC is #3B6513. Grayscale: #AFAFAF. Windows color (decimal): -3892500 or 15506116. OLE color: 15506116.

HSL color Cylindrical-coordinate representation of color #C49AEC: hue angle of 270.73º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49AEC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196154236-
CMYK0.170.3500.07
HSL270.73º68.33%76.47%-
HSV(B)270.73º34.75%92.55%-
XYZ49.4640.984.65-
YUV175.91161.91142.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 236 (92.58% from 255) = 40.27%
R=33.45%
G=26.28%
B=40.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961542360.170.3500.07270.7368.3376.47
HexC49AEC11230710f444c
Octal304232354214307417104114
Binary11000100100110101110110010001100011011110000111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AEC; }

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

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

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

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

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

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

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

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