#C0ACDF

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

Shades of Moon Raker #C0ACDF

Tints of Moon Raker #C0ACDF

Color information

#C0ACDF (or 0xC0ACDF) is unknown color: approx Moon Raker. HEX triplet: C0, AC and DF. RGB value is (192,172,223). Sum of RGB (Red+Green+Blue) = 192+172+223=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDF is #3F5320. Grayscale: #B7B7B7. Windows color (decimal): -4150049 or 14658752. OLE color: 14658752.

HSL color Cylindrical-coordinate representation of color #C0ACDF: hue angle of 263.53º degrees, saturation: 0.44, 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 #C0ACDF is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192172223-
CMYK0.140.2300.13
HSL263.53º44.35%77.45%-
HSV(B)263.53º22.87%87.45%-
XYZ49.8146.0476.07-
YUV183.79150.13133.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 223 (87.5% from 255) = 37.99%
R=32.71%
G=29.30%
B=37.99%

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
Decimal1921722230.140.2300.13263.5344.3577.45
HexC0ACDFE170D1082c4d
Octal300254337162701541054115
Binary110000001010110011011111111010111011011000010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACDF; }

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

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

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

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

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

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

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

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