#C49BEA

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

Shades of Perfume #C49BEA

Tints of Perfume #C49BEA

Color information

#C49BEA (or 0xC49BEA) is unknown color: approx Perfume. HEX triplet: C4, 9B and EA. RGB value is (196,155,234). Sum of RGB (Red+Green+Blue) = 196+155+234=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #C49BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BEA is #3B6415. Grayscale: #AFAFAF. Windows color (decimal): -3892246 or 15375300. OLE color: 15375300.

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

Color convert

RGB196155234-
CMYK0.160.3400.08
HSL271.14º65.29%76.27%-
HSV(B)271.14º33.76%91.76%-
XYZ49.3441.1283.18-
YUV176.26160.58142.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 155 (60.94% from 255) = 26.50%
BLUE value IS 234 (91.80% from 255) = 40%
R=33.50%
G=26.50%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961552340.160.3400.08271.1465.2976.27
HexC49BEA10220810f414c
Octal3042333522042010417101114
Binary110001001001101111101010100001000100100010000111110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BEA; }

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

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

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

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

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

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

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

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