#C9ABE4

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

Shades of Perfume #C9ABE4

Tints of Perfume #C9ABE4

Color information

#C9ABE4 (or 0xC9ABE4) is unknown color: approx Perfume. HEX triplet: C9, AB and E4. RGB value is (201,171,228). Sum of RGB (Red+Green+Blue) = 201+171+228=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9ABE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABE4 is #36541B. Grayscale: #BABABA. Windows color (decimal): -3560476 or 14986185. OLE color: 14986185.

HSL color Cylindrical-coordinate representation of color #C9ABE4: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9ABE4 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB201171228-
CMYK0.120.2500.11
HSL271.58º51.35%78.24%-
HSV(B)271.58º25%89.41%-
XYZ52.6547.1479.72-
YUV186.47151.44138.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.5%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 228 (89.45% from 255) = 38%
R=33.5%
G=28.5%
B=38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2011712280.120.2500.11271.5851.3578.24
HexC9ABE4C190B110334e
Octal311253344143101342063116
Binary110010011010101111100100110011001010111000100001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ABE4; }

 p { color: rgb(201,171,228); }

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

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

 a { background-color: rgb(201,171,228); }

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

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

 span { border-color: rgb(201,171,228); }

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