#C3ACD6

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

Shades of Perfume #C3ACD6

Tints of Perfume #C3ACD6

Color information

#C3ACD6 (or 0xC3ACD6) is unknown color: approx Perfume. HEX triplet: C3, AC and D6. RGB value is (195,172,214). Sum of RGB (Red+Green+Blue) = 195+172+214=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #C3ACD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACD6 is #3C5329. Grayscale: #B7B7B7. Windows color (decimal): -3953450 or 14068931. OLE color: 14068931.

HSL color Cylindrical-coordinate representation of color #C3ACD6: hue angle of 272.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3ACD6 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195172214-
CMYK0.090.2000.16
HSL272.86º33.87%75.69%-
HSV(B)272.86º19.63%83.92%-
XYZ49.445.9669.89-
YUV183.67145.12136.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=33.56%
G=29.60%
B=36.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951722140.090.2000.16272.8633.8775.69
HexC3ACD6914010111224c
Octal303254326112402042142114
Binary1100001110101100110101101001101000100001000100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACD6; }

 p { color: rgb(195,172,214); }

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

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

 a { background-color: rgb(195,172,214); }

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

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

 span { border-color: rgb(195,172,214); }

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