#C2A9D1

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

Shades of Perfume #C2A9D1

Tints of Perfume #C2A9D1

Color information

#C2A9D1 (or 0xC2A9D1) is unknown color: approx Perfume. HEX triplet: C2, A9 and D1. RGB value is (194,169,209). Sum of RGB (Red+Green+Blue) = 194+169+209=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2A9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9D1 is #3D562E. Grayscale: #B4B4B4. Windows color (decimal): -4019759 or 13740482. OLE color: 13740482.

HSL color Cylindrical-coordinate representation of color #C2A9D1: hue angle of 277.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2A9D1 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194169209-
CMYK0.070.1900.18
HSL277.5º30.3%74.12%-
HSV(B)277.5º19.14%81.96%-
XYZ47.9444.4566.37-
YUV181.04143.78137.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.92%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=33.92%
G=29.55%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941692090.070.1900.18277.530.374.12
HexC2A9D17130121161e4a
Octal30225132172302242636112
Binary11000010101010011101000111110011010010100010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9D1; }

 p { color: rgb(194,169,209); }

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

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

 a { background-color: rgb(194,169,209); }

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

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

 span { border-color: rgb(194,169,209); }

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