#C0AED0

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

Shades of Perfume #C0AED0

Tints of Perfume #C0AED0

Color information

#C0AED0 (or 0xC0AED0) is unknown color: approx Perfume. HEX triplet: C0, AE and D0. RGB value is (192,174,208). Sum of RGB (Red+Green+Blue) = 192+174+208=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AED0 is #3F512F. Grayscale: #B7B7B7. Windows color (decimal): -4149552 or 13676224. OLE color: 13676224.

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

Color convert

RGB192174208-
CMYK0.080.1600.18
HSL271.76º26.56%74.9%-
HSV(B)271.76º16.35%81.57%-
XYZ48.2646.0366.02-
YUV183.26141.96134.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=33.45%
G=30.31%
B=36.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921742080.080.1600.18271.7626.5674.9
HexC0AED08100121101b4b
Octal300256320102002242033113
Binary110000001010111011010000100010000010010100010000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AED0; }

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

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

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

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

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

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

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

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