#C49CED

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

Shades of Perfume #C49CED

Tints of Perfume #C49CED

Color information

#C49CED (or 0xC49CED) is unknown color: approx Perfume. HEX triplet: C4, 9C and ED. RGB value is (196,156,237). Sum of RGB (Red+Green+Blue) = 196+156+237=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #C49CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CED is #3B6312. Grayscale: #B0B0B0. Windows color (decimal): -3891987 or 15572164. OLE color: 15572164.

HSL color Cylindrical-coordinate representation of color #C49CED: hue angle of 269.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49CED is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196156237-
CMYK0.170.3400.07
HSL269.63º69.23%77.06%-
HSV(B)269.63º34.18%92.94%-
XYZ49.9441.6385.52-
YUV177.19161.75141.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 237 (92.97% from 255) = 40.24%
R=33.28%
G=26.49%
B=40.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961562370.170.3400.07269.6369.2377.06
HexC49CED11220710e454d
Octal304234355214207416105115
Binary11000100100111001110110110001100010011110000111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CED; }

 p { color: rgb(196,156,237); }

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

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

 a { background-color: rgb(196,156,237); }

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

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

 span { border-color: rgb(196,156,237); }

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