#C2A2DC

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

Shades of Perfume #C2A2DC

Tints of Perfume #C2A2DC

Color information

#C2A2DC (or 0xC2A2DC) is unknown color: approx Perfume. HEX triplet: C2, A2 and DC. RGB value is (194,162,220). Sum of RGB (Red+Green+Blue) = 194+162+220=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 162 (63.67% from 255 or 28.12% 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 #C2A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A2DC is #3D5D23. Grayscale: #B1B1B1. Windows color (decimal): -4021540 or 14459586. OLE color: 14459586.

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

Color convert

RGB194162220-
CMYK0.120.2600.14
HSL273.1º45.31%74.9%-
HSV(B)273.1º26.36%86.27%-
XYZ48.0942.4873.37-
YUV178.18151.6139.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 162 (63.67% from 255) = 28.12%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=33.68%
G=28.12%
B=38.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941622200.120.2600.14273.145.3174.9
HexC2A2DCC1A0E1112d4b
Octal302242334143201642155113
Binary110000101010001011011100110011010011101000100011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A2DC; }

 p { color: rgb(194,162,220); }

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

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

 a { background-color: rgb(194,162,220); }

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

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

 span { border-color: rgb(194,162,220); }

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