#C2A9E8

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

Shades of Perfume #C2A9E8

Tints of Perfume #C2A9E8

Color information

#C2A9E8 (or 0xC2A9E8) is unknown color: approx Perfume. HEX triplet: C2, A9 and E8. RGB value is (194,169,232). Sum of RGB (Red+Green+Blue) = 194+169+232=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2A9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A9E8 is #3D5617. Grayscale: #B7B7B7. Windows color (decimal): -4019736 or 15247810. OLE color: 15247810.

HSL color Cylindrical-coordinate representation of color #C2A9E8: hue angle of 263.81º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2A9E8 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194169232-
CMYK0.160.2700.09
HSL263.81º57.8%78.63%-
HSV(B)263.81º27.16%90.98%-
XYZ5145.6782.47-
YUV183.66155.28135.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 232 (91.02% from 255) = 38.99%
R=32.61%
G=28.40%
B=38.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941692320.160.2700.09263.8157.878.63
HexC2A9E8101B091083a4f
Octal302251350203301141072117
Binary1100001010101001111010001000011011010011000010001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9E8; }

 p { color: rgb(194,169,232); }

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

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

 a { background-color: rgb(194,169,232); }

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

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

 span { border-color: rgb(194,169,232); }

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