#C6ABD9

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

Shades of Perfume #C6ABD9

Tints of Perfume #C6ABD9

Color information

#C6ABD9 (or 0xC6ABD9) is unknown color: approx Perfume. HEX triplet: C6, AB and D9. RGB value is (198,171,217). Sum of RGB (Red+Green+Blue) = 198+171+217=586 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.79% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABD9 is #395426. Grayscale: #B8B8B8. Windows color (decimal): -3757095 or 14265286. OLE color: 14265286.

HSL color Cylindrical-coordinate representation of color #C6ABD9: hue angle of 275.22º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6ABD9 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198171217-
CMYK0.090.2100.15
HSL275.22º37.7%76.08%-
HSV(B)275.22º21.2%85.1%-
XYZ50.3846.1471.9-
YUV184.32146.45137.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.79%
GREEN value IS 171 (67.19% from 255) = 29.18%
BLUE value IS 217 (85.16% from 255) = 37.03%
R=33.79%
G=29.18%
B=37.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981712170.090.2100.15275.2237.776.08
HexC6ABD99150F113264c
Octal306253331112501742346114
Binary110001101010101111011001100110101011111000100111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6ABD9; }

 p { color: rgb(198,171,217); }

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

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

 a { background-color: rgb(198,171,217); }

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

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

 span { border-color: rgb(198,171,217); }

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