#C49CEA

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

Shades of Perfume #C49CEA

Tints of Perfume #C49CEA

Color information

#C49CEA (or 0xC49CEA) is unknown color: approx Perfume. HEX triplet: C4, 9C and EA. RGB value is (196,156,234). Sum of RGB (Red+Green+Blue) = 196+156+234=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #C49CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CEA is #3B6315. Grayscale: #B0B0B0. Windows color (decimal): -3891990 or 15375556. OLE color: 15375556.

HSL color Cylindrical-coordinate representation of color #C49CEA: hue angle of 270.77º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49CEA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196156234-
CMYK0.160.3300.08
HSL270.77º65%76.47%-
HSV(B)270.77º33.33%91.76%-
XYZ49.541.4583.23-
YUV176.85160.25141.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=33.45%
G=26.62%
B=39.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961562340.160.3300.08270.776576.47
HexC49CEA10210810f414c
Octal3042343522041010417101114
Binary110001001001110011101010100001000010100010000111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CEA; }

 p { color: rgb(196,156,234); }

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

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

 a { background-color: rgb(196,156,234); }

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

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

 span { border-color: rgb(196,156,234); }

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