#C0A4DC

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

Shades of Perfume #C0A4DC

Tints of Perfume #C0A4DC

Color information

#C0A4DC (or 0xC0A4DC) is unknown color: approx Perfume. HEX triplet: C0, A4 and DC. RGB value is (192,164,220). Sum of RGB (Red+Green+Blue) = 192+164+220=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4DC is #3F5B23. Grayscale: #B2B2B2. Windows color (decimal): -4152100 or 14460096. OLE color: 14460096.

HSL color Cylindrical-coordinate representation of color #C0A4DC: hue angle of 270º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A4DC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192164220-
CMYK0.130.2500.14
HSL270º44.44%75.29%-
HSV(B)270º25.45%86.27%-
XYZ47.9342.9273.47-
YUV178.76151.28137.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 28.47%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=33.33%
G=28.47%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921642200.130.2500.1427044.4475.29
HexC0A4DCD190E10e2c4b
Octal300244334153101641654113
Binary110000001010010011011100110111001011101000011101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4DC; }

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

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

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

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

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

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

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

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