#C5ABD9

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

Shades of Perfume #C5ABD9

Tints of Perfume #C5ABD9

Color information

#C5ABD9 (or 0xC5ABD9) is unknown color: approx Perfume. HEX triplet: C5, AB and D9. RGB value is (197,171,217). Sum of RGB (Red+Green+Blue) = 197+171+217=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #C5ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABD9 is #3A5426. Grayscale: #B7B7B7. Windows color (decimal): -3822631 or 14265285. OLE color: 14265285.

HSL color Cylindrical-coordinate representation of color #C5ABD9: hue angle of 273.91º 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 #C5ABD9 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB197171217-
CMYK0.090.2100.15
HSL273.91º37.7%76.08%-
HSV(B)273.91º21.2%85.1%-
XYZ50.1146.0171.88-
YUV184.02146.61137.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=33.68%
G=29.23%
B=37.09%

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
Decimal1971712170.090.2100.15273.9137.776.08
HexC5ABD99150F112264c
Octal305253331112501742246114
Binary110001011010101111011001100110101011111000100101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5ABD9; }

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

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

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

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

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

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

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

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