#C49FE5

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

Shades of Perfume #C49FE5

Tints of Perfume #C49FE5

Color information

#C49FE5 (or 0xC49FE5) is unknown color: approx Perfume. HEX triplet: C4, 9F and E5. RGB value is (196,159,229). Sum of RGB (Red+Green+Blue) = 196+159+229=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 229 (89.84% from 255 or 39.21% from 584); Max value from RGB is 229 - color contains mainly: blue. Hex color #C49FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FE5 is #3B601A. Grayscale: #B1B1B1. Windows color (decimal): -3891227 or 15048644. OLE color: 15048644.

HSL color Cylindrical-coordinate representation of color #C49FE5: hue angle of 271.71º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49FE5 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB196159229-
CMYK0.140.3100.10
HSL271.71º57.38%76.08%-
HSV(B)271.71º30.57%89.8%-
XYZ49.3142.1979.67-
YUV178.04156.76140.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.56%
GREEN value IS 159 (62.5% from 255) = 27.23%
BLUE value IS 229 (89.84% from 255) = 39.21%
R=33.56%
G=27.23%
B=39.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1961592290.140.3100.10271.7157.3876.08
HexC49FE5E1F0A110394c
Octal304237345163701242071114
Binary110001001001111111100101111011111010101000100001110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FE5; }

 p { color: rgb(196,159,229); }

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

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

 a { background-color: rgb(196,159,229); }

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

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

 span { border-color: rgb(196,159,229); }

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