#C4A9EA

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

Shades of Perfume #C4A9EA

Tints of Perfume #C4A9EA

Color information

#C4A9EA (or 0xC4A9EA) is unknown color: approx Perfume. HEX triplet: C4, A9 and EA. RGB value is (196,169,234). Sum of RGB (Red+Green+Blue) = 196+169+234=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A9EA is #3B5615. Grayscale: #B8B8B8. Windows color (decimal): -3888662 or 15378884. OLE color: 15378884.

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

Color convert

RGB196169234-
CMYK0.160.2800.08
HSL264.92º60.75%79.02%-
HSV(B)264.92º27.78%91.76%-
XYZ51.846.0584-
YUV184.48155.95136.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.72%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=32.72%
G=28.21%
B=39.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961692340.160.2800.08264.9260.7579.02
HexC4A9EA101C081093d4f
Octal304251352203401041175117
Binary1100010010101001111010101000011100010001000010011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9EA; }

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

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

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

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

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

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

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

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