#C0A2DA

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

Shades of Perfume #C0A2DA

Tints of Perfume #C0A2DA

Color information

#C0A2DA (or 0xC0A2DA) is unknown color: approx Perfume. HEX triplet: C0, A2 and DA. RGB value is (192,162,218). Sum of RGB (Red+Green+Blue) = 192+162+218=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 162 (63.67% from 255 or 28.32% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0A2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A2DA is #3F5D25. Grayscale: #B1B1B1. Windows color (decimal): -4152614 or 14328512. OLE color: 14328512.

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

Color convert

RGB192162218-
CMYK0.120.2600.15
HSL272.14º43.08%74.51%-
HSV(B)272.14º25.69%85.49%-
XYZ47.3142.1171.96-
YUV177.35150.94138.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 162 (63.67% from 255) = 28.32%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=33.57%
G=28.32%
B=38.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921622180.120.2600.15272.1443.0874.51
HexC0A2DAC1A0F1102b4b
Octal300242332143201742053113
Binary110000001010001011011010110011010011111000100001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A2DA; }

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

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

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

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

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

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

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

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