#C29BE5

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

Shades of Perfume #C29BE5

Tints of Perfume #C29BE5

Color information

#C29BE5 (or 0xC29BE5) is unknown color: approx Perfume. HEX triplet: C2, 9B and E5. RGB value is (194,155,229). Sum of RGB (Red+Green+Blue) = 194+155+229=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #C29BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BE5 is #3D641A. Grayscale: #AEAEAE. Windows color (decimal): -4023323 or 15047618. OLE color: 15047618.

HSL color Cylindrical-coordinate representation of color #C29BE5: hue angle of 271.62º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C29BE5 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194155229-
CMYK0.150.3200.10
HSL271.62º58.73%75.29%-
HSV(B)271.62º32.31%89.8%-
XYZ48.1140.5779.42-
YUV175.1158.42141.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 155 (60.94% from 255) = 26.82%
BLUE value IS 229 (89.84% from 255) = 39.62%
R=33.56%
G=26.82%
B=39.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941552290.150.3200.10271.6258.7375.29
HexC29BE5F200A1103b4b
Octal302233345174001242073113
Binary1100001010011011111001011111100000010101000100001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BE5; }

 p { color: rgb(194,155,229); }

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

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

 a { background-color: rgb(194,155,229); }

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

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

 span { border-color: rgb(194,155,229); }

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