#C0A4D8

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

Shades of Perfume #C0A4D8

Tints of Perfume #C0A4D8

Color information

#C0A4D8 (or 0xC0A4D8) is unknown color: approx Perfume. HEX triplet: C0, A4 and D8. RGB value is (192,164,216). Sum of RGB (Red+Green+Blue) = 192+164+216=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #C0A4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4D8 is #3F5B27. Grayscale: #B2B2B2. Windows color (decimal): -4152104 or 14197952. OLE color: 14197952.

HSL color Cylindrical-coordinate representation of color #C0A4D8: hue angle of 272.31º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A4D8 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192164216-
CMYK0.110.2400.15
HSL272.31º40%74.51%-
HSV(B)272.31º24.07%84.71%-
XYZ47.4142.7270.71-
YUV178.3149.28137.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 164 (64.45% from 255) = 28.67%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=33.57%
G=28.67%
B=37.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921642160.110.2400.15272.314074.51
HexC0A4D8B180F110284b
Octal300244330133001742050113
Binary110000001010010011011000101111000011111000100001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4D8; }

 p { color: rgb(192,164,216); }

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

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

 a { background-color: rgb(192,164,216); }

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

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

 span { border-color: rgb(192,164,216); }

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