#C5A9E3

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

Shades of Perfume #C5A9E3

Tints of Perfume #C5A9E3

Color information

#C5A9E3 (or 0xC5A9E3) is unknown color: approx Perfume. HEX triplet: C5, A9 and E3. RGB value is (197,169,227). Sum of RGB (Red+Green+Blue) = 197+169+227=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 227 - color contains mainly: blue. Hex color #C5A9E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9E3 is #3A561C. Grayscale: #B7B7B7. Windows color (decimal): -3823133 or 14920133. OLE color: 14920133.

HSL color Cylindrical-coordinate representation of color #C5A9E3: hue angle of 268.97º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5A9E3 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197169227-
CMYK0.130.2600.11
HSL268.97º50.88%77.65%-
HSV(B)268.97º25.55%89.02%-
XYZ51.0845.7978.82-
YUV183.98152.28137.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.22%
GREEN value IS 169 (66.41% from 255) = 28.50%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=33.22%
G=28.50%
B=38.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971692270.130.2600.11268.9750.8877.65
HexC5A9E3D1A0B10d334e
Octal305251343153201341563116
Binary110001011010100111100011110111010010111000011011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9E3; }

 p { color: rgb(197,169,227); }

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

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

 a { background-color: rgb(197,169,227); }

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

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

 span { border-color: rgb(197,169,227); }

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