#C0AAE1

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

Shades of Perfume #C0AAE1

Tints of Perfume #C0AAE1

Color information

#C0AAE1 (or 0xC0AAE1) is unknown color: approx Perfume. HEX triplet: C0, AA and E1. RGB value is (192,170,225). Sum of RGB (Red+Green+Blue) = 192+170+225=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 170 (66.80% from 255 or 28.96% 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 #C0AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAE1 is #3F551E. Grayscale: #B6B6B6. Windows color (decimal): -4150559 or 14789312. OLE color: 14789312.

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

Color convert

RGB192170225-
CMYK0.150.2400.12
HSL264º47.83%77.45%-
HSV(B)264º24.44%88.24%-
XYZ49.745.3977.38-
YUV182.85151.79134.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 225 (88.28% from 255) = 38.33%
R=32.71%
G=28.96%
B=38.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921702250.150.2400.1226447.8377.45
HexC0AAE1F180C108304d
Octal300252341173001441060115
Binary110000001010101011100001111111000011001000010001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAE1; }

 p { color: rgb(192,170,225); }

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

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

 a { background-color: rgb(192,170,225); }

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

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

 span { border-color: rgb(192,170,225); }

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