#C0A0FF

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

Shades of Perfume #C0A0FF

Tints of Perfume #C0A0FF

Color information

#C0A0FF (or 0xC0A0FF) is unknown color: approx Perfume. HEX triplet: C0, A0 and FF. RGB value is (192,160,255). Sum of RGB (Red+Green+Blue) = 192+160+255=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A0FF is #3F5F00. Grayscale: #B4B4B4. Windows color (decimal): -4153089 or 16752832. OLE color: 16752832.

HSL color Cylindrical-coordinate representation of color #C0A0FF: hue angle of 260.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0A0FF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192160255-
CMYK0.250.3700
HSL260.21º100%81.37%-
HSV(B)260.21º37.25%100%-
XYZ52.3643.57100.26-
YUV180.4170.1136.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 160 (62.89% from 255) = 26.36%
BLUE value IS 255 (100% from 255) = 42.01%
R=31.63%
G=26.36%
B=42.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921602550.250.3700260.2110081.37
HexC0A0FF1925001046451
Octal300240377314500404144121
Binary110000001010000011111111110011001010010000010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A0FF; }

 p { color: rgb(192,160,255); }

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

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

 a { background-color: rgb(192,160,255); }

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

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

 span { border-color: rgb(192,160,255); }

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