#C0A0F4

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

Shades of Perfume #C0A0F4

Tints of Perfume #C0A0F4

Color information

#C0A0F4 (or 0xC0A0F4) is unknown color: approx Perfume. HEX triplet: C0, A0 and F4. RGB value is (192,160,244). Sum of RGB (Red+Green+Blue) = 192+160+244=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0A0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A0F4 is #3F5F0B. Grayscale: #B2B2B2. Windows color (decimal): -4153100 or 16031936. OLE color: 16031936.

HSL color Cylindrical-coordinate representation of color #C0A0F4: hue angle of 262.86º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A0F4 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB192160244-
CMYK0.210.3400.04
HSL262.86º79.25%79.22%-
HSV(B)262.86º34.43%95.69%-
XYZ50.6442.8891.2-
YUV179.14164.6137.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.21%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 244 (95.70% from 255) = 40.94%
R=32.21%
G=26.85%
B=40.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1921602440.210.3400.04262.8679.2579.22
HexC0A0F41522041074f4f
Octal300240364254204407117117
Binary11000000101000001111010010101100010010010000011110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A0F4; }

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

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

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

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

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

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

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

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