#C0A6DB

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

Shades of Perfume #C0A6DB

Tints of Perfume #C0A6DB

Color information

#C0A6DB (or 0xC0A6DB) is unknown color: approx Perfume. HEX triplet: C0, A6 and DB. RGB value is (192,166,219). Sum of RGB (Red+Green+Blue) = 192+166+219=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6DB is #3F5924. Grayscale: #B3B3B3. Windows color (decimal): -4151589 or 14395072. OLE color: 14395072.

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

Color convert

RGB192166219-
CMYK0.120.2400.14
HSL269.43º42.4%75.49%-
HSV(B)269.43º24.2%85.88%-
XYZ48.1643.5972.89-
YUV179.82150.11136.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 166 (65.23% from 255) = 28.77%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=33.28%
G=28.77%
B=37.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921662190.120.2400.14269.4342.475.49
HexC0A6DBC180E10d2a4b
Octal300246333143001641552113
Binary110000001010011011011011110011000011101000011011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6DB; }

 p { color: rgb(192,166,219); }

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

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

 a { background-color: rgb(192,166,219); }

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

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

 span { border-color: rgb(192,166,219); }

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