#C0ACDB

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

Shades of Perfume #C0ACDB

Tints of Perfume #C0ACDB

Color information

#C0ACDB (or 0xC0ACDB) is unknown color: approx Perfume. HEX triplet: C0, AC and DB. RGB value is (192,172,219). Sum of RGB (Red+Green+Blue) = 192+172+219=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDB is #3F5324. Grayscale: #B7B7B7. Windows color (decimal): -4150053 or 14396608. OLE color: 14396608.

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

Color convert

RGB192172219-
CMYK0.120.2100.14
HSL265.53º39.5%76.67%-
HSV(B)265.53º21.46%85.88%-
XYZ49.2845.8373.27-
YUV183.34148.13134.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=32.93%
G=29.50%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921722190.120.2100.14265.5339.576.67
HexC0ACDBC150E10a274d
Octal300254333142501641247115
Binary110000001010110011011011110010101011101000010101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACDB; }

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

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

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

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

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

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

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

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