#C0A4F0

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

Shades of Perfume #C0A4F0

Tints of Perfume #C0A4F0

Color information

#C0A4F0 (or 0xC0A4F0) is unknown color: approx Perfume. HEX triplet: C0, A4 and F0. RGB value is (192,164,240). Sum of RGB (Red+Green+Blue) = 192+164+240=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 164 (64.45% from 255 or 27.52% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0A4F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A4F0 is #3F5B0F. Grayscale: #B4B4B4. Windows color (decimal): -4152080 or 15770816. OLE color: 15770816.

HSL color Cylindrical-coordinate representation of color #C0A4F0: hue angle of 262.11º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0A4F0 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192164240-
CMYK0.200.3200.06
HSL262.11º71.7%79.22%-
HSV(B)262.11º31.67%94.12%-
XYZ50.7444.0588.27-
YUV181.04161.28135.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.21%
GREEN value IS 164 (64.45% from 255) = 27.52%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=32.21%
G=27.52%
B=40.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1921642400.200.3200.06262.1171.779.22
HexC0A4F0142006106484f
Octal300244360244006406110117
Binary11000000101001001111000010100100000011010000011010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4F0; }

 p { color: rgb(192,164,240); }

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

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

 a { background-color: rgb(192,164,240); }

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

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

 span { border-color: rgb(192,164,240); }

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