#C2ACDC

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

Shades of Perfume #C2ACDC

Tints of Perfume #C2ACDC

Color information

#C2ACDC (or 0xC2ACDC) is unknown color: approx Perfume. HEX triplet: C2, AC and DC. RGB value is (194,172,220). Sum of RGB (Red+Green+Blue) = 194+172+220=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDC is #3D5323. Grayscale: #B7B7B7. Windows color (decimal): -4018980 or 14462146. OLE color: 14462146.

HSL color Cylindrical-coordinate representation of color #C2ACDC: hue angle of 267.5º 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 #C2ACDC is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194172220-
CMYK0.120.2200.14
HSL267.5º40.68%76.86%-
HSV(B)267.5º21.82%86.27%-
XYZ49.9246.1473.99-
YUV184.05148.29135.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=33.11%
G=29.35%
B=37.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941722200.120.2200.14267.540.6876.86
HexC2ACDCC160E10c294d
Octal302254334142601641451115
Binary110000101010110011011100110010110011101000011001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACDC; }

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

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

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

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

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

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

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

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