#C0A4D2

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

Shades of Perfume #C0A4D2

Tints of Perfume #C0A4D2

Color information

#C0A4D2 (or 0xC0A4D2) is unknown color: approx Perfume. HEX triplet: C0, A4 and D2. RGB value is (192,164,210). Sum of RGB (Red+Green+Blue) = 192+164+210=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0A4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A4D2 is #3F5B2D. Grayscale: #B1B1B1. Windows color (decimal): -4152110 or 13804736. OLE color: 13804736.

HSL color Cylindrical-coordinate representation of color #C0A4D2: hue angle of 276.52º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A4D2 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192164210-
CMYK0.090.2200.18
HSL276.52º33.82%73.33%-
HSV(B)276.52º21.9%82.35%-
XYZ46.6542.4166.7-
YUV177.62146.28138.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 164 (64.45% from 255) = 28.98%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=33.92%
G=28.98%
B=37.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921642100.090.2200.18276.5233.8273.33
HexC0A4D29160121152249
Octal300244322112602242542111
Binary1100000010100100110100101001101100100101000101011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4D2; }

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

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

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

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

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

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

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

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