#C7AAEA

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

Shades of Perfume #C7AAEA

Tints of Perfume #C7AAEA

Color information

#C7AAEA (or 0xC7AAEA) is unknown color: approx Perfume. HEX triplet: C7, AA and EA. RGB value is (199,170,234). Sum of RGB (Red+Green+Blue) = 199+170+234=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAEA is #385515. Grayscale: #B9B9B9. Windows color (decimal): -3691798 or 15379143. OLE color: 15379143.

HSL color Cylindrical-coordinate representation of color #C7AAEA: hue angle of 267.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7AAEA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199170234-
CMYK0.150.2700.08
HSL267.19º60.38%79.22%-
HSV(B)267.19º27.35%91.76%-
XYZ52.7846.8384.1-
YUV185.97155.11137.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=33.00%
G=28.19%
B=38.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991702340.150.2700.08267.1960.3879.22
HexC7AAEAF1B0810b3c4f
Octal307252352173301041374117
Binary110001111010101011101010111111011010001000010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AAEA; }

 p { color: rgb(199,170,234); }

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

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

 a { background-color: rgb(199,170,234); }

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

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

 span { border-color: rgb(199,170,234); }

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