#C2A6DC

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

Shades of Perfume #C2A6DC

Tints of Perfume #C2A6DC

Color information

#C2A6DC (or 0xC2A6DC) is unknown color: approx Perfume. HEX triplet: C2, A6 and DC. RGB value is (194,166,220). Sum of RGB (Red+Green+Blue) = 194+166+220=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 166 (65.23% from 255 or 28.62% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A6DC is #3D5923. Grayscale: #B4B4B4. Windows color (decimal): -4020516 or 14460610. OLE color: 14460610.

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

Color convert

RGB194166220-
CMYK0.120.2500.14
HSL271.11º43.55%75.69%-
HSV(B)271.11º24.55%86.27%-
XYZ48.843.9173.61-
YUV180.53150.28137.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 166 (65.23% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 37.93%
R=33.45%
G=28.62%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941662200.120.2500.14271.1143.5575.69
HexC2A6DCC190E10f2c4c
Octal302246334143101641754114
Binary110000101010011011011100110011001011101000011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A6DC; }

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

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

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

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

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

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

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

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