#C9ACEC

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

Shades of Perfume #C9ACEC

Tints of Perfume #C9ACEC

Color information

#C9ACEC (or 0xC9ACEC) is unknown color: approx Perfume. HEX triplet: C9, AC and EC. RGB value is (201,172,236). Sum of RGB (Red+Green+Blue) = 201+172+236=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACEC is #365313. Grayscale: #BBBBBB. Windows color (decimal): -3560212 or 15510729. OLE color: 15510729.

HSL color Cylindrical-coordinate representation of color #C9ACEC: hue angle of 267.19º degrees, saturation: 0.63, 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 #C9ACEC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201172236-
CMYK0.150.2700.07
HSL267.19º62.75%80%-
HSV(B)267.19º27.12%92.55%-
XYZ53.9847.9885.77-
YUV187.97155.11137.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.00%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=33.00%
G=28.24%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011722360.150.2700.07267.1962.7580
HexC9ACECF1B0710b3f50
Octal31125435417330741377120
Binary11001001101011001110110011111101101111000010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACEC; }

 p { color: rgb(201,172,236); }

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

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

 a { background-color: rgb(201,172,236); }

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

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

 span { border-color: rgb(201,172,236); }

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