#C4ABD6

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

Shades of Perfume #C4ABD6

Tints of Perfume #C4ABD6

Color information

#C4ABD6 (or 0xC4ABD6) is unknown color: approx Perfume. HEX triplet: C4, AB and D6. RGB value is (196,171,214). Sum of RGB (Red+Green+Blue) = 196+171+214=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #C4ABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABD6 is #3B5429. Grayscale: #B7B7B7. Windows color (decimal): -3888170 or 14068676. OLE color: 14068676.

HSL color Cylindrical-coordinate representation of color #C4ABD6: hue angle of 274.88º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4ABD6 is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196171214-
CMYK0.080.2000.16
HSL274.88º34.4%75.49%-
HSV(B)274.88º20.09%83.92%-
XYZ49.4745.7269.84-
YUV183.38145.28137-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 171 (67.19% from 255) = 29.43%
BLUE value IS 214 (83.98% from 255) = 36.83%
R=33.73%
G=29.43%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961712140.080.2000.16274.8834.475.49
HexC4ABD6814010113224b
Octal304253326102402042342113
Binary1100010010101011110101101000101000100001000100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABD6; }

 p { color: rgb(196,171,214); }

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

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

 a { background-color: rgb(196,171,214); }

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

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

 span { border-color: rgb(196,171,214); }

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