#C29AE6

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

Shades of Perfume #C29AE6

Tints of Perfume #C29AE6

Color information

#C29AE6 (or 0xC29AE6) is unknown color: approx Perfume. HEX triplet: C2, 9A and E6. RGB value is (194,154,230). Sum of RGB (Red+Green+Blue) = 194+154+230=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 230 - color contains mainly: blue. Hex color #C29AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AE6 is #3D6519. Grayscale: #AEAEAE. Windows color (decimal): -4023578 or 15112898. OLE color: 15112898.

HSL color Cylindrical-coordinate representation of color #C29AE6: hue angle of 271.58º 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 #C29AE6 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194154230-
CMYK0.160.3300.10
HSL271.58º60.32%75.29%-
HSV(B)271.58º33.04%90.2%-
XYZ48.0940.2980.11-
YUV174.62159.25141.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 154 (60.55% from 255) = 26.64%
BLUE value IS 230 (90.23% from 255) = 39.79%
R=33.56%
G=26.64%
B=39.79%

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
Decimal1941542300.160.3300.10271.5860.3275.29
HexC29AE610210A1103c4b
Octal302232346204101242074113
Binary11000010100110101110011010000100001010101000100001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AE6; }

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

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

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

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

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

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

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

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