#C4A4FC

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

Shades of Perfume #C4A4FC

Tints of Perfume #C4A4FC

Color information

#C4A4FC (or 0xC4A4FC) is unknown color: approx Perfume. HEX triplet: C4, A4 and FC. RGB value is (196,164,252). Sum of RGB (Red+Green+Blue) = 196+164+252=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A4FC is #3B5B03. Grayscale: #B7B7B7. Windows color (decimal): -3889924 or 16557252. OLE color: 16557252.

HSL color Cylindrical-coordinate representation of color #C4A4FC: hue angle of 261.82º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4A4FC is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196164252-
CMYK0.220.3500.01
HSL261.82º93.62%81.57%-
HSV(B)261.82º34.92%98.82%-
XYZ53.6145.3198.02-
YUV183.6166.6136.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.03%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 252 (98.83% from 255) = 41.18%
R=32.03%
G=26.80%
B=41.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961642520.220.3500.01261.8293.6281.57
HexC4A4FC1623011065e52
Octal304244374264301406136122
Binary110001001010010011111100101101000110110000011010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A4FC; }

 p { color: rgb(196,164,252); }

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

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

 a { background-color: rgb(196,164,252); }

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

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

 span { border-color: rgb(196,164,252); }

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