#C1A0DB

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

Shades of Perfume #C1A0DB

Tints of Perfume #C1A0DB

Color information

#C1A0DB (or 0xC1A0DB) is unknown color: approx Perfume. HEX triplet: C1, A0 and DB. RGB value is (193,160,219). Sum of RGB (Red+Green+Blue) = 193+160+219=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A0DB is #3E5F24. Grayscale: #B0B0B0. Windows color (decimal): -4087589 or 14393537. OLE color: 14393537.

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

Color convert

RGB193160219-
CMYK0.120.2700.14
HSL273.56º45.04%74.31%-
HSV(B)273.56º26.94%85.88%-
XYZ47.3541.5972.55-
YUV176.59151.93139.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 160 (62.89% from 255) = 27.97%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=33.74%
G=27.97%
B=38.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931602190.120.2700.14273.5645.0474.31
HexC1A0DBC1B0E1122d4a
Octal301240333143301642255112
Binary110000011010000011011011110011011011101000100101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0DB; }

 p { color: rgb(193,160,219); }

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

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

 a { background-color: rgb(193,160,219); }

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

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

 span { border-color: rgb(193,160,219); }

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