#C0AED1

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

Shades of Perfume #C0AED1

Tints of Perfume #C0AED1

Color information

#C0AED1 (or 0xC0AED1) is unknown color: approx Perfume. HEX triplet: C0, AE and D1. RGB value is (192,174,209). Sum of RGB (Red+Green+Blue) = 192+174+209=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AED1 is #3F512E. Grayscale: #B7B7B7. Windows color (decimal): -4149551 or 13741760. OLE color: 13741760.

HSL color Cylindrical-coordinate representation of color #C0AED1: hue angle of 270.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0AED1 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192174209-
CMYK0.080.1700.18
HSL270.86º27.56%75.1%-
HSV(B)270.86º16.75%81.96%-
XYZ48.3846.0866.67-
YUV183.37142.46134.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=33.39%
G=30.26%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921742090.080.1700.18270.8627.5675.1
HexC0AED181101210f1c4b
Octal300256321102102241734113
Binary110000001010111011010001100010001010010100001111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AED1; }

 p { color: rgb(192,174,209); }

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

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

 a { background-color: rgb(192,174,209); }

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

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

 span { border-color: rgb(192,174,209); }

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