#C09AE6

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

Shades of Perfume #C09AE6

Tints of Perfume #C09AE6

Color information

#C09AE6 (or 0xC09AE6) is unknown color: approx Perfume. HEX triplet: C0, 9A and E6. RGB value is (192,154,230). Sum of RGB (Red+Green+Blue) = 192+154+230=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #C09AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AE6 is #3F6519. Grayscale: #ADADAD. Windows color (decimal): -4154650 or 15112896. OLE color: 15112896.

HSL color Cylindrical-coordinate representation of color #C09AE6: hue angle of 270º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C09AE6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192154230-
CMYK0.170.3300.10
HSL270º60.32%75.29%-
HSV(B)270º33.04%90.2%-
XYZ47.5840.0380.08-
YUV174.03159.59140.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 230 (90.23% from 255) = 39.93%
R=33.33%
G=26.74%
B=39.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921542300.170.3300.1027060.3275.29
HexC09AE611210A10e3c4b
Octal300232346214101241674113
Binary11000000100110101110011010001100001010101000011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AE6; }

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

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

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

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

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

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

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

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