#C0ACDE

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

Shades of Moon Raker #C0ACDE

Tints of Moon Raker #C0ACDE

Color information

#C0ACDE (or 0xC0ACDE) is unknown color: approx Moon Raker. HEX triplet: C0, AC and DE. RGB value is (192,172,222). Sum of RGB (Red+Green+Blue) = 192+172+222=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 172 (67.58% from 255 or 29.35% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDE is #3F5321. Grayscale: #B7B7B7. Windows color (decimal): -4150050 or 14593216. OLE color: 14593216.

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

Color convert

RGB192172222-
CMYK0.140.2300.13
HSL264º43.1%77.25%-
HSV(B)264º22.52%87.06%-
XYZ49.6845.9975.37-
YUV183.68149.63133.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 172 (67.58% from 255) = 29.35%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=32.76%
G=29.35%
B=37.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921722220.140.2300.1326443.177.25
HexC0ACDEE170D1082b4d
Octal300254336162701541053115
Binary110000001010110011011110111010111011011000010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACDE; }

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

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

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

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

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

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

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

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