#C0AADC

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

Shades of Perfume #C0AADC

Tints of Perfume #C0AADC

Color information

#C0AADC (or 0xC0AADC) is unknown color: approx Perfume. HEX triplet: C0, AA and DC. RGB value is (192,170,220). Sum of RGB (Red+Green+Blue) = 192+170+220=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AADC is #3F5523. Grayscale: #B6B6B6. Windows color (decimal): -4150564 or 14461632. OLE color: 14461632.

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

Color convert

RGB192170220-
CMYK0.130.2300.14
HSL266.4º41.67%76.47%-
HSV(B)266.4º22.73%86.27%-
XYZ49.0345.1273.84-
YUV182.28149.29134.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 170 (66.80% from 255) = 29.21%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=32.99%
G=29.21%
B=37.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921702200.130.2300.14266.441.6776.47
HexC0AADCD170E10a2a4c
Octal300252334152701641252114
Binary110000001010101011011100110110111011101000010101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AADC; }

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

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

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

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

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

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

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

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