#C09AED

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

Shades of Perfume #C09AED

Tints of Perfume #C09AED

Color information

#C09AED (or 0xC09AED) is unknown color: approx Perfume. HEX triplet: C0, 9A and ED. RGB value is (192,154,237). Sum of RGB (Red+Green+Blue) = 192+154+237=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C09AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AED is #3F6512. Grayscale: #AEAEAE. Windows color (decimal): -4154643 or 15571648. OLE color: 15571648.

HSL color Cylindrical-coordinate representation of color #C09AED: hue angle of 267.47º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C09AED is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192154237-
CMYK0.190.3500.07
HSL267.47º69.75%76.67%-
HSV(B)267.47º35.02%92.94%-
XYZ48.5840.4385.36-
YUV174.82163.09140.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 154 (60.55% from 255) = 26.42%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=32.93%
G=26.42%
B=40.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921542370.190.3500.07267.4769.7576.67
HexC09AED13230710b464d
Octal300232355234307413106115
Binary11000000100110101110110110011100011011110000101110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AED; }

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

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

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

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

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

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

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

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