#C0ACDC

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

Shades of Perfume #C0ACDC

Tints of Perfume #C0ACDC

Color information

#C0ACDC (or 0xC0ACDC) is unknown color: approx Perfume. HEX triplet: C0, AC and DC. RGB value is (192,172,220). Sum of RGB (Red+Green+Blue) = 192+172+220=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDC is #3F5323. Grayscale: #B7B7B7. Windows color (decimal): -4150052 or 14462144. OLE color: 14462144.

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

Color convert

RGB192172220-
CMYK0.130.2200.14
HSL265º40.68%76.86%-
HSV(B)265º21.82%86.27%-
XYZ49.4145.8873.96-
YUV183.45148.63134.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=32.88%
G=29.45%
B=37.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921722200.130.2200.1426540.6876.86
HexC0ACDCD160E109294d
Octal300254334152601641151115
Binary110000001010110011011100110110110011101000010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACDC; }

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

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

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

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

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

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

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

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