#C29BE6

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

Shades of Perfume #C29BE6

Tints of Perfume #C29BE6

Color information

#C29BE6 (or 0xC29BE6) is unknown color: approx Perfume. HEX triplet: C2, 9B and E6. RGB value is (194,155,230). Sum of RGB (Red+Green+Blue) = 194+155+230=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #C29BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BE6 is #3D6419. Grayscale: #AEAEAE. Windows color (decimal): -4023322 or 15113154. OLE color: 15113154.

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

Color convert

RGB194155230-
CMYK0.160.3300.10
HSL271.2º60%75.49%-
HSV(B)271.2º32.61%90.2%-
XYZ48.2540.6380.16-
YUV175.21158.92141.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 230 (90.23% from 255) = 39.72%
R=33.51%
G=26.77%
B=39.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941552300.160.3300.10271.26075.49
HexC29BE610210A10f3c4b
Octal302233346204101241774113
Binary11000010100110111110011010000100001010101000011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BE6; }

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

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

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

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

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

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

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

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