#C29CEA

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

Shades of Perfume #C29CEA

Tints of Perfume #C29CEA

Color information

#C29CEA (or 0xC29CEA) is unknown color: approx Perfume. HEX triplet: C2, 9C and EA. RGB value is (194,156,234). Sum of RGB (Red+Green+Blue) = 194+156+234=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C29CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CEA is #3D6315. Grayscale: #AFAFAF. Windows color (decimal): -4023062 or 15375554. OLE color: 15375554.

HSL color Cylindrical-coordinate representation of color #C29CEA: hue angle of 269.23º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29CEA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194156234-
CMYK0.170.3300.08
HSL269.23º65%76.47%-
HSV(B)269.23º33.33%91.76%-
XYZ48.9941.1983.21-
YUV176.25160.59140.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=33.22%
G=26.71%
B=40.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941562340.170.3300.08269.236576.47
HexC29CEA11210810d414c
Octal3022343522141010415101114
Binary110000101001110011101010100011000010100010000110110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CEA; }

 p { color: rgb(194,156,234); }

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

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

 a { background-color: rgb(194,156,234); }

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

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

 span { border-color: rgb(194,156,234); }

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