#C09AEB

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

Shades of Perfume #C09AEB

Tints of Perfume #C09AEB

Color information

#C09AEB (or 0xC09AEB) is unknown color: approx Perfume. HEX triplet: C0, 9A and EB. RGB value is (192,154,235). Sum of RGB (Red+Green+Blue) = 192+154+235=581 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.05% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C09AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AEB is #3F6514. Grayscale: #AEAEAE. Windows color (decimal): -4154645 or 15440576. OLE color: 15440576.

HSL color Cylindrical-coordinate representation of color #C09AEB: hue angle of 268.15º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C09AEB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192154235-
CMYK0.180.3400.08
HSL268.15º66.94%76.27%-
HSV(B)268.15º34.47%92.16%-
XYZ48.2940.3283.83-
YUV174.6162.09140.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.05%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=33.05%
G=26.51%
B=40.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921542350.180.3400.08268.1566.9476.27
HexC09AEB12220810c434c
Octal3002323532242010414103114
Binary110000001001101011101011100101000100100010000110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AEB; }

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

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

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

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

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

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

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

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