#C0ACD5

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

Shades of Perfume #C0ACD5

Tints of Perfume #C0ACD5

Color information

#C0ACD5 (or 0xC0ACD5) is unknown color: approx Perfume. HEX triplet: C0, AC and D5. RGB value is (192,172,213). Sum of RGB (Red+Green+Blue) = 192+172+213=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #C0ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACD5 is #3F532A. Grayscale: #B6B6B6. Windows color (decimal): -4150059 or 14003392. OLE color: 14003392.

HSL color Cylindrical-coordinate representation of color #C0ACD5: hue angle of 269.27º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0ACD5 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192172213-
CMYK0.100.1900.16
HSL269.27º32.8%75.49%-
HSV(B)269.27º19.25%83.53%-
XYZ48.545.5269.18-
YUV182.65145.13134.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.28%
GREEN value IS 172 (67.58% from 255) = 29.81%
BLUE value IS 213 (83.59% from 255) = 36.92%
R=33.28%
G=29.81%
B=36.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921722130.100.1900.16269.2732.875.49
HexC0ACD5A1301010d214b
Octal300254325122302041541113
Binary1100000010101100110101011010100110100001000011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACD5; }

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

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

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

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

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

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

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

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