#C0A1DC

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

Shades of Perfume #C0A1DC

Tints of Perfume #C0A1DC

Color information

#C0A1DC (or 0xC0A1DC) is unknown color: approx Perfume. HEX triplet: C0, A1 and DC. RGB value is (192,161,220). Sum of RGB (Red+Green+Blue) = 192+161+220=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 161 (63.28% from 255 or 28.10% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A1DC is #3F5E23. Grayscale: #B0B0B0. Windows color (decimal): -4152868 or 14459328. OLE color: 14459328.

HSL color Cylindrical-coordinate representation of color #C0A1DC: hue angle of 271.53º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0A1DC is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192161220-
CMYK0.130.2700.14
HSL271.53º45.74%74.71%-
HSV(B)271.53º26.82%86.27%-
XYZ47.441.8673.29-
YUV177152.27138.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 161 (63.28% from 255) = 28.10%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=33.51%
G=28.10%
B=38.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921612200.130.2700.14271.5345.7474.71
HexC0A1DCD1B0E1102e4b
Octal300241334153301642056113
Binary110000001010000111011100110111011011101000100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A1DC; }

 p { color: rgb(192,161,220); }

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

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

 a { background-color: rgb(192,161,220); }

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

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

 span { border-color: rgb(192,161,220); }

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