#C4A6DC

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

Shades of Perfume #C4A6DC

Tints of Perfume #C4A6DC

Color information

#C4A6DC (or 0xC4A6DC) is unknown color: approx Perfume. HEX triplet: C4, A6 and DC. RGB value is (196,166,220). Sum of RGB (Red+Green+Blue) = 196+166+220=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 166 (65.23% from 255 or 28.52% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A6DC is #3B5923. Grayscale: #B4B4B4. Windows color (decimal): -3889444 or 14460612. OLE color: 14460612.

HSL color Cylindrical-coordinate representation of color #C4A6DC: hue angle of 273.33º 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 #C4A6DC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196166220-
CMYK0.110.2500.14
HSL273.33º43.55%75.69%-
HSV(B)273.33º24.55%86.27%-
XYZ49.3244.1873.64-
YUV181.13149.94138.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 166 (65.23% from 255) = 28.52%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=33.68%
G=28.52%
B=37.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961662200.110.2500.14273.3343.5575.69
HexC4A6DCB190E1112c4c
Octal304246334133101642154114
Binary110001001010011011011100101111001011101000100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A6DC; }

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

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

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

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

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

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

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

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