#C0AADF

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

Shades of Perfume #C0AADF

Tints of Perfume #C0AADF

Color information

#C0AADF (or 0xC0AADF) is unknown color: approx Perfume. HEX triplet: C0, AA and DF. RGB value is (192,170,223). Sum of RGB (Red+Green+Blue) = 192+170+223=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AADF is #3F5520. Grayscale: #B6B6B6. Windows color (decimal): -4150561 or 14658240. OLE color: 14658240.

HSL color Cylindrical-coordinate representation of color #C0AADF: hue angle of 264.91º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AADF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192170223-
CMYK0.140.2400.13
HSL264.91º45.3%77.06%-
HSV(B)264.91º23.77%87.45%-
XYZ49.4345.2875.95-
YUV182.62150.79134.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 223 (87.5% from 255) = 38.12%
R=32.82%
G=29.06%
B=38.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921702230.140.2400.13264.9145.377.06
HexC0AADFE180D1092d4d
Octal300252337163001541155115
Binary110000001010101011011111111011000011011000010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AADF; }

 p { color: rgb(192,170,223); }

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

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

 a { background-color: rgb(192,170,223); }

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

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

 span { border-color: rgb(192,170,223); }

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