#C5A9E4

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

Shades of Perfume #C5A9E4

Tints of Perfume #C5A9E4

Color information

#C5A9E4 (or 0xC5A9E4) is unknown color: approx Perfume. HEX triplet: C5, A9 and E4. RGB value is (197,169,228). Sum of RGB (Red+Green+Blue) = 197+169+228=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5A9E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9E4 is #3A561B. Grayscale: #B7B7B7. Windows color (decimal): -3823132 or 14985669. OLE color: 14985669.

HSL color Cylindrical-coordinate representation of color #C5A9E4: hue angle of 268.47º degrees, saturation: 0.52, 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 #C5A9E4 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB197169228-
CMYK0.140.2600.11
HSL268.47º52.21%77.84%-
HSV(B)268.47º25.88%89.41%-
XYZ51.2245.8579.55-
YUV184.1152.78137.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.16%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 228 (89.45% from 255) = 38.38%
R=33.16%
G=28.45%
B=38.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1971692280.140.2600.11268.4752.2177.84
HexC5A9E4E1A0B10c344e
Octal305251344163201341464116
Binary110001011010100111100100111011010010111000011001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9E4; }

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

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

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

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

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

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

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

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