#C9ACDC

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

Shades of Perfume #C9ACDC

Tints of Perfume #C9ACDC

Color information

#C9ACDC (or 0xC9ACDC) is unknown color: approx Perfume. HEX triplet: C9, AC and DC. RGB value is (201,172,220). Sum of RGB (Red+Green+Blue) = 201+172+220=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACDC is #365323. Grayscale: #B9B9B9. Windows color (decimal): -3560228 or 14462153. OLE color: 14462153.

HSL color Cylindrical-coordinate representation of color #C9ACDC: hue angle of 276.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9ACDC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB201172220-
CMYK0.090.2200.14
HSL276.25º40.68%76.86%-
HSV(B)276.25º21.82%86.27%-
XYZ51.7647.0974.07-
YUV186.14147.11138.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.90%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 220 (86.33% from 255) = 37.10%
R=33.90%
G=29.01%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2011722200.090.2200.14276.2540.6876.86
HexC9ACDC9160E114294d
Octal311254334112601642451115
Binary110010011010110011011100100110110011101000101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACDC; }

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

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

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

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

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

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

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

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