#C9B0E9

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

Shades of Perfume #C9B0E9

Tints of Perfume #C9B0E9

Color information

#C9B0E9 (or 0xC9B0E9) is unknown color: approx Perfume. HEX triplet: C9, B0 and E9. RGB value is (201,176,233). Sum of RGB (Red+Green+Blue) = 201+176+233=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9B0E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9B0E9 is #364F16. Grayscale: #BDBDBD. Windows color (decimal): -3559191 or 15315145. OLE color: 15315145.

HSL color Cylindrical-coordinate representation of color #C9B0E9: hue angle of 266.32º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B0E9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201176233-
CMYK0.140.2400.09
HSL266.32º56.44%80.2%-
HSV(B)266.32º24.46%91.37%-
XYZ54.3249.3583.75-
YUV189.97152.28135.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 176 (69.14% from 255) = 28.85%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=32.95%
G=28.85%
B=38.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011762330.140.2400.09266.3256.4480.2
HexC9B0E9E180910a3850
Octal311260351163001141270120
Binary110010011011000011101001111011000010011000010101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B0E9; }

 p { color: rgb(201,176,233); }

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

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

 a { background-color: rgb(201,176,233); }

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

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

 span { border-color: rgb(201,176,233); }

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