#C4A6E1

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

Shades of Perfume #C4A6E1

Tints of Perfume #C4A6E1

Color information

#C4A6E1 (or 0xC4A6E1) is unknown color: approx Perfume. HEX triplet: C4, A6 and E1. RGB value is (196,166,225). Sum of RGB (Red+Green+Blue) = 196+166+225=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 225 (88.28% from 255 or 38.33% from 587); Max value from RGB is 225 - color contains mainly: blue. Hex color #C4A6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6E1 is #3B591E. Grayscale: #B5B5B5. Windows color (decimal): -3889439 or 14788292. OLE color: 14788292.

HSL color Cylindrical-coordinate representation of color #C4A6E1: hue angle of 270.51º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4A6E1 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196166225-
CMYK0.130.2600.12
HSL270.51º49.58%76.67%-
HSV(B)270.51º26.22%88.24%-
XYZ49.9944.4477.18-
YUV181.7152.44138.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 166 (65.23% from 255) = 28.28%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=33.39%
G=28.28%
B=38.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961662250.130.2600.12270.5149.5876.67
HexC4A6E1D1A0C10f324d
Octal304246341153201441762115
Binary110001001010011011100001110111010011001000011111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A6E1; }

 p { color: rgb(196,166,225); }

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

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

 a { background-color: rgb(196,166,225); }

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

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

 span { border-color: rgb(196,166,225); }

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