#C0A4DA

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

Shades of Perfume #C0A4DA

Tints of Perfume #C0A4DA

Color information

#C0A4DA (or 0xC0A4DA) is unknown color: approx Perfume. HEX triplet: C0, A4 and DA. RGB value is (192,164,218). Sum of RGB (Red+Green+Blue) = 192+164+218=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4DA is #3F5B25. Grayscale: #B2B2B2. Windows color (decimal): -4152102 or 14329024. OLE color: 14329024.

HSL color Cylindrical-coordinate representation of color #C0A4DA: hue angle of 271.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0A4DA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192164218-
CMYK0.120.2500.15
HSL271.11º42.19%74.9%-
HSV(B)271.11º24.77%85.49%-
XYZ47.6742.8272.08-
YUV178.53150.28137.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=33.45%
G=28.57%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921642180.120.2500.15271.1142.1974.9
HexC0A4DAC190F10f2a4b
Octal300244332143101741752113
Binary110000001010010011011010110011001011111000011111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4DA; }

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

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

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

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

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

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

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

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