#C1A9D4

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

Shades of Perfume #C1A9D4

Tints of Perfume #C1A9D4

Color information

#C1A9D4 (or 0xC1A9D4) is unknown color: approx Perfume. HEX triplet: C1, A9 and D4. RGB value is (193,169,212). Sum of RGB (Red+Green+Blue) = 193+169+212=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #C1A9D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9D4 is #3E562B. Grayscale: #B4B4B4. Windows color (decimal): -4085292 or 13937089. OLE color: 13937089.

HSL color Cylindrical-coordinate representation of color #C1A9D4: hue angle of 273.49º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1A9D4 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB193169212-
CMYK0.090.2000.17
HSL273.49º33.33%74.71%-
HSV(B)273.49º20.28%83.14%-
XYZ48.0644.4768.34-
YUV181.08145.45136.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.62%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 212 (83.20% from 255) = 36.93%
R=33.62%
G=29.44%
B=36.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1931692120.090.2000.17273.4933.3374.71
HexC1A9D4914011111214b
Octal301251324112402142141113
Binary1100000110101001110101001001101000100011000100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A9D4; }

 p { color: rgb(193,169,212); }

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

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

 a { background-color: rgb(193,169,212); }

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

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

 span { border-color: rgb(193,169,212); }

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