#C7ACED

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

Shades of Perfume #C7ACED

Tints of Perfume #C7ACED

Color information

#C7ACED (or 0xC7ACED) is unknown color: approx Perfume. HEX triplet: C7, AC and ED. RGB value is (199,172,237). Sum of RGB (Red+Green+Blue) = 199+172+237=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ACED is #385312. Grayscale: #BBBBBB. Windows color (decimal): -3691283 or 15576263. OLE color: 15576263.

HSL color Cylindrical-coordinate representation of color #C7ACED: hue angle of 264.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7ACED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199172237-
CMYK0.160.2700.07
HSL264.92º64.36%80.2%-
HSV(B)264.92º27.43%92.94%-
XYZ53.5947.7686.52-
YUV187.48155.95136.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.73%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 237 (92.97% from 255) = 38.98%
R=32.73%
G=28.29%
B=38.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1991722370.160.2700.07264.9264.3680.2
HexC7ACED101B071094050
Octal307254355203307411100120
Binary1100011110101100111011011000011011011110000100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ACED; }

 p { color: rgb(199,172,237); }

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

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

 a { background-color: rgb(199,172,237); }

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

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

 span { border-color: rgb(199,172,237); }

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