#C1ACDC

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

Shades of Perfume #C1ACDC

Tints of Perfume #C1ACDC

Color information

#C1ACDC (or 0xC1ACDC) is unknown color: approx Perfume. HEX triplet: C1, AC and DC. RGB value is (193,172,220). Sum of RGB (Red+Green+Blue) = 193+172+220=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACDC is #3E5323. Grayscale: #B7B7B7. Windows color (decimal): -4084516 or 14462145. OLE color: 14462145.

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

Color convert

RGB193172220-
CMYK0.120.2200.14
HSL266.25º40.68%76.86%-
HSV(B)266.25º21.82%86.27%-
XYZ49.6646.0173.97-
YUV183.75148.46134.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=32.99%
G=29.40%
B=37.61%

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
Decimal1931722200.120.2200.14266.2540.6876.86
HexC1ACDCC160E10a294d
Octal301254334142601641251115
Binary110000011010110011011100110010110011101000010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACDC; }

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

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

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

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

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

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

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

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