#C0AAEB

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

Shades of Perfume #C0AAEB

Tints of Perfume #C0AAEB

Color information

#C0AAEB (or 0xC0AAEB) is unknown color: approx Perfume. HEX triplet: C0, AA and EB. RGB value is (192,170,235). Sum of RGB (Red+Green+Blue) = 192+170+235=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAEB is #3F5514. Grayscale: #B7B7B7. Windows color (decimal): -4150549 or 15444672. OLE color: 15444672.

HSL color Cylindrical-coordinate representation of color #C0AAEB: hue angle of 260.31º degrees, saturation: 0.62, 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 #C0AAEB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192170235-
CMYK0.180.2800.08
HSL260.31º61.9%79.41%-
HSV(B)260.31º27.66%92.16%-
XYZ51.1145.9584.77-
YUV183.99156.79133.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=32.16%
G=28.48%
B=39.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921702350.180.2800.08260.3161.979.41
HexC0AAEB121C081043e4f
Octal300252353223401040476117
Binary1100000010101010111010111001011100010001000001001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAEB; }

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

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

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

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

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

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

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

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